mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Update textWysiwyg.tsx
This commit is contained in:
parent
326da61573
commit
9e17b64e5e
1 changed files with 2 additions and 2 deletions
|
@ -552,9 +552,9 @@ export const textWysiwyg = ({
|
|||
editable.onblur = () => {
|
||||
app.setState({
|
||||
toastMessage: "debug: " +
|
||||
target instanceof HTMLElement
|
||||
(target instanceof HTMLElement
|
||||
? target.tagName ?? "no tagName"
|
||||
: "not an HTMLElement",
|
||||
: "not an HTMLElement"),
|
||||
});
|
||||
if (isShapeActionsPanel) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue