Browse Source

Update textWysiwyg.tsx

zsviczian 3 năm trước cách đây
mục cha
commit
d3cbceb7fa
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

@@ -551,7 +551,7 @@ export const textWysiwyg = ({
     setTimeout(() => {
       editable.onblur = () => {
         app.setState({
-          toastMessage: 
+          toastMessage:
             target instanceof HTMLElement
               ? target.tagName ?? "no tagName"
               : "not an HTMLElement",