mirror of
https://github.com/penpot/penpot.git
synced 2026-09-08 21:19:49 +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))]
|
(let [ns-attr (str "penpot:" (-> attr d/name))]
|
||||||
(-> props
|
(-> props
|
||||||
(obj/set! ns-attr val))))
|
(obj/set! ns-attr val))))
|
||||||
frame? (= :frame type)]
|
frame? (= :frame (:type shape))]
|
||||||
(-> props
|
(-> props
|
||||||
(add! :name (-> shape :name))
|
(add! :name (-> shape :name))
|
||||||
(add! :blocked (-> shape (:blocked false) str))
|
(add! :blocked (-> shape (:blocked false) str))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user