Update textWysiwyg.tsx
This commit is contained in:
parent
9e17b64e5e
commit
73111500d3
@ -551,10 +551,10 @@ export const textWysiwyg = ({
|
||||
setTimeout(() => {
|
||||
editable.onblur = () => {
|
||||
app.setState({
|
||||
toastMessage: "debug: " +
|
||||
(target instanceof HTMLElement
|
||||
? target.tagName ?? "no tagName"
|
||||
: "not an HTMLElement"),
|
||||
toastMessage:
|
||||
target instanceof HTMLElement
|
||||
? target.tagName ?? "no tagName"
|
||||
: "not an HTMLElement",
|
||||
});
|
||||
if (isShapeActionsPanel) {
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user