Browse Source

Update textWysiwyg.tsx

zsviczian 3 năm trước cách đây
mục cha
commit
5dbcf64353
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/element/textWysiwyg.tsx

+ 3 - 0
src/element/textWysiwyg.tsx

@@ -550,6 +550,9 @@ export const textWysiwyg = ({
 
     setTimeout(() => {
       editable.onblur = () => {
+        app.setState({
+          toastMessage: "debug: " + target.tagName,
+        });
         if (isShapeActionsPanel) {
           return;
         }