From dd7038bdadc9283439922be81d8a22cdd338fc1b Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 9 Feb 2026 15:50:45 +0100 Subject: [PATCH] :paperclip: Fix fmt issue on frontend code --- .../main/ui/workspace/shapes/text/v2_editor.cljs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/src/app/main/ui/workspace/shapes/text/v2_editor.cljs b/frontend/src/app/main/ui/workspace/shapes/text/v2_editor.cljs index d23b376844..936d30cccf 100644 --- a/frontend/src/app/main/ui/workspace/shapes/text/v2_editor.cljs +++ b/frontend/src/app/main/ui/workspace/shapes/text/v2_editor.cljs @@ -255,14 +255,14 @@ :data-testid "text-editor-container" :style {:width "var(--editor-container-width)" :height "var(--editor-container-height)"}} - ;; We hide the editor when is blurred because otherwise the - ;; selection won't let us see the underlying text. Use opacity - ;; because display or visibility won't allow to recover focus - ;; afterwards. + ;; We hide the editor when is blurred because otherwise the + ;; selection won't let us see the underlying text. Use opacity + ;; because display or visibility won't allow to recover focus + ;; afterwards. - ;; IMPORTANT! This is now done through DOM mutations (see - ;; on-blur and on-focus) but I keep this for future references. - ;; :opacity (when @blurred 0)}} + ;; IMPORTANT! This is now done through DOM mutations (see + ;; on-blur and on-focus) but I keep this for future references. + ;; :opacity (when @blurred 0)}} [:div {:class (dm/str