Browse Source

Update textWysiwyg.tsx

zsviczian 3 năm trước cách đây
mục cha
commit
158f169c43
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {