mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-17 19:24:30 +01:00
Update textWysiwyg.tsx
This commit is contained in:
@@ -551,7 +551,7 @@ export const textWysiwyg = ({
|
|||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
editable.onblur = () => {
|
editable.onblur = () => {
|
||||||
app.setState({
|
app.setState({
|
||||||
toastMessage:
|
toastMessage:
|
||||||
target instanceof HTMLElement
|
target instanceof HTMLElement
|
||||||
? target.tagName ?? "no tagName"
|
? target.tagName ?? "no tagName"
|
||||||
: "not an HTMLElement",
|
: "not an HTMLElement",
|
||||||
|
|||||||
Reference in New Issue
Block a user