Explorar el Código

Update textWysiwyg.tsx

zsviczian hace 3 años
padre
commit
5dbcf64353
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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;
         }