2
0
zsviczian 3 жил өмнө
parent
commit
158f169c43

+ 1 - 1
src/element/textWysiwyg.tsx

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