mirror of
https://github.com/penpot/penpot.git
synced 2026-04-26 19:58:09 +00:00
🐛 Fix problem with namespace
This commit is contained in:
parent
5b0cd974ac
commit
a97c7cada4
@ -26,7 +26,7 @@
|
||||
(let [ns-attr (str "penpot:" (-> attr d/name))]
|
||||
(-> props
|
||||
(obj/set! ns-attr val))))
|
||||
frame? (= :frame type)]
|
||||
frame? (= :frame (:type shape))]
|
||||
(-> props
|
||||
(add! :name (-> shape :name))
|
||||
(add! :blocked (-> shape (:blocked false) str))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user