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
ce27cb6159
commit
158f169c43
1 changed files with 1 additions and 1 deletions
|
@ -546,7 +546,7 @@ export const textWysiwyg = ({
|
||||||
editable.onblur = () => {
|
editable.onblur = () => {
|
||||||
app.setState({
|
app.setState({
|
||||||
toastMessage: "debug: onblur",
|
toastMessage: "debug: onblur",
|
||||||
});
|
});
|
||||||
handleSubmit();
|
handleSubmit();
|
||||||
};
|
};
|
||||||
if (target && isTargetColorPicker) {
|
if (target && isTargetColorPicker) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue