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:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user