♻️ Remove ? char from shape attrs

This commit is contained in:
Andrey Antukh 2023-05-29 18:21:48 +02:00
parent 405aa66357
commit 6e7595f48c
36 changed files with 203 additions and 168 deletions

View file

@ -37,7 +37,7 @@
:path i/curve
:rect i/box
:text i/text
:group (if (:masked-group? shape)
:group (if (:masked-group shape)
i/mask
i/folder)
:bool (case (:bool-type shape)

View file

@ -29,7 +29,7 @@
;; TODO: GRID ICON
:else
i/board-refactor)
i/board-refactor)
;; TODO -> THUMBNAIL ICON
:image i/img-refactor
:line i/path-refactor
@ -37,7 +37,7 @@
:path i/path-refactor
:rect i/rectangle-refactor
:text i/text-refactor
:group (if (:masked-group? shape)
:group (if (:masked-group shape)
i/mask-refactor
i/group-refactor)
:bool (case (:bool-type shape)
@ -60,4 +60,4 @@
:text i/text-refactor
:mask i/mask-refactor
:group i/group-refactor
nil)))
nil)))