🐛 Fix text editor v2 min size

This commit is contained in:
Aitor Moreno 2026-04-29 15:07:22 +02:00 committed by Belén Albeza
parent 8b29ca61c6
commit acb3997ed7

View File

@ -289,7 +289,9 @@
:ref container-ref
:data-testid "text-editor-container"
:style {:width "var(--editor-container-width)"
:height "var(--editor-container-height)"}}
:height "var(--editor-container-height)"
:min-width "1px"
:min-height "1px"}}
;; 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