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
7436f3926b
commit
2e04bcd485
1 changed files with 1 additions and 1 deletions
|
@ -575,7 +575,7 @@ export const textWysiwyg = ({
|
||||||
!isWritableElement(event.target)) ||
|
!isWritableElement(event.target)) ||
|
||||||
isTargetColorPicker
|
isTargetColorPicker
|
||||||
) {
|
) {
|
||||||
this.setState({
|
app.setState({
|
||||||
toastMessage: "debug",
|
toastMessage: "debug",
|
||||||
});
|
});
|
||||||
editable.onblur = null;
|
editable.onblur = null;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue