mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 08:56:37 +02:00
🐛 Fix problem with namespace
This commit is contained in:
parent
5b0cd974ac
commit
a97c7cada4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue