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