mirror of
https://github.com/penpot/penpot.git
synced 2025-05-25 18:36:12 +02:00
♻️ Remove ?
char from shape attrs
This commit is contained in:
parent
405aa66357
commit
6e7595f48c
36 changed files with 203 additions and 168 deletions
|
@ -413,10 +413,10 @@
|
|||
:component-file component-file)
|
||||
|
||||
component-root?
|
||||
(assoc :component-root? component-root?)
|
||||
(assoc :component-root component-root?)
|
||||
|
||||
main-instance?
|
||||
(assoc :main-instance? main-instance?)
|
||||
(assoc :main-instance main-instance?)
|
||||
|
||||
(some? shape-ref)
|
||||
(assoc :shape-ref shape-ref))))
|
||||
|
@ -538,7 +538,7 @@
|
|||
(let [mask? (get-meta node :masked-group str->bool)]
|
||||
(cond-> props
|
||||
mask?
|
||||
(assoc :masked-group? true))))
|
||||
(assoc :masked-group true))))
|
||||
|
||||
(defn add-bool-data
|
||||
[props node]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue