Update textWysiwyg.tsx

This commit is contained in:
zsviczian 2022-03-13 21:59:07 +01:00 committed by GitHub
parent 7436f3926b
commit 2e04bcd485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;