Update textWysiwyg.tsx

This commit is contained in:
zsviczian 2022-03-13 23:25:37 +01:00 committed by GitHub
parent eda2320dae
commit 5dbcf64353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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