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