mirror of
https://github.com/penpot/penpot.git
synced 2025-08-01 08:38:31 +02:00
🐛 Fix problem with disappearing titles
This commit is contained in:
parent
d78ad30e23
commit
e7ac7ff7fb
1 changed files with 3 additions and 0 deletions
|
@ -183,6 +183,9 @@
|
|||
(dom/remove-attribute! node "data-old-width")
|
||||
(dom/remove-attribute! node "data-old-height"))
|
||||
|
||||
(dom/class? node "frame-title")
|
||||
(dom/remove-attribute! node "data-old-transform")
|
||||
|
||||
:else
|
||||
(let [old-transform (dom/get-attribute node "data-old-transform")]
|
||||
(if (some? old-transform)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue