Browse Source

Update textWysiwyg.tsx

zsviczian 3 years ago
parent
commit
13309a66c5
1 changed files with 1 additions and 4 deletions
  1. 1 4
      src/element/textWysiwyg.tsx

+ 1 - 4
src/element/textWysiwyg.tsx

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