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
5dbcf64353
commit
994f2a3f1e
1 changed files with 1 additions and 1 deletions
|
@ -551,7 +551,7 @@ export const textWysiwyg = ({
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
editable.onblur = () => {
|
editable.onblur = () => {
|
||||||
app.setState({
|
app.setState({
|
||||||
toastMessage: "debug: " + target.tagName,
|
toastMessage: "debug: " + target?.tagName ?? "no tagName",
|
||||||
});
|
});
|
||||||
if (isShapeActionsPanel) {
|
if (isShapeActionsPanel) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue