mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-17 23:38:06 +08:00
Store content as a separate field
This commit is contained in:
committed by
Keavon Chambers
parent
e82cc48523
commit
9150630227
@@ -6,7 +6,7 @@
|
||||
<if :a="{{IS_MAXIMIZED}}">
|
||||
<icon :svg="`window_restore_down.svg`" />
|
||||
</if>
|
||||
<if :a="{{IS_MAXIMIZED}}" b="false">
|
||||
<if :a="{{IS_MAXIMIZED}}" :b="false">
|
||||
<icon :svg="`maximize.svg`" />
|
||||
</if>
|
||||
</box>
|
||||
|
||||
Reference in New Issue
Block a user