Update textWysiwyg.tsx
This commit is contained in:
parent
eda2320dae
commit
5dbcf64353
@ -550,6 +550,9 @@ export const textWysiwyg = ({
|
||||
|
||||
setTimeout(() => {
|
||||
editable.onblur = () => {
|
||||
app.setState({
|
||||
toastMessage: "debug: " + target.tagName,
|
||||
});
|
||||
if (isShapeActionsPanel) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user