Update textWysiwyg.tsx

This commit is contained in:
zsviczian
2022-03-13 23:25:37 +01:00
committed by GitHub
parent eda2320dae
commit 5dbcf64353

View File

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