2
0
zsviczian 3 жил өмнө
parent
commit
13309a66c5

+ 1 - 4
src/element/textWysiwyg.tsx

@@ -564,10 +564,7 @@ export const textWysiwyg = ({
         });
         handleSubmit();
       };
-      if (
-        target &&
-        (isTargetColorPicker || isShapeActionsPanel)
-      ) {
+      if (target && (isTargetColorPicker || isShapeActionsPanel)) {
         target.onblur = () => {
           editable.focus();
         };