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