mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-18 23:10:16 +02:00
Update textWysiwyg.tsx
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user