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