Răsfoiți Sursa

Update textWysiwyg.tsx

zsviczian 3 ani în urmă
părinte
comite
5dbcf64353
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  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;
         }