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