diff --git a/frontend/src/app/main/ui/workspace/shapes/frame/dynamic_modifiers.cljs b/frontend/src/app/main/ui/workspace/shapes/frame/dynamic_modifiers.cljs index a3c2081a03..2c849e4228 100644 --- a/frontend/src/app/main/ui/workspace/shapes/frame/dynamic_modifiers.cljs +++ b/frontend/src/app/main/ui/workspace/shapes/frame/dynamic_modifiers.cljs @@ -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)