From e7ac7ff7fb9eca82786440b71e79902638de9566 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Wed, 18 Jan 2023 17:26:16 +0100 Subject: [PATCH] :bug: Fix problem with disappearing titles --- .../app/main/ui/workspace/shapes/frame/dynamic_modifiers.cljs | 3 +++ 1 file changed, 3 insertions(+) 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 a3c2081a0..2c849e422 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)