Update textWysiwyg.tsx

This commit is contained in:
zsviczian
2022-03-13 22:28:37 +01:00
committed by GitHub
parent ce27cb6159
commit 158f169c43

View File

@@ -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) {