mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 23:16:38 +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))]
|
||||
(-> 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…
Add table
Add a link
Reference in a new issue