Browse Source

Update textWysiwyg.tsx

zsviczian 3 years ago
parent
commit
158f169c43
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/element/textWysiwyg.tsx

+ 1 - 1
src/element/textWysiwyg.tsx

@@ -546,7 +546,7 @@ export const textWysiwyg = ({
       editable.onblur = () => {
         app.setState({
           toastMessage: "debug: onblur",
-        });  
+        });
         handleSubmit();
       };
       if (target && isTargetColorPicker) {