|
@@ -575,6 +575,9 @@ export const textWysiwyg = ({
|
|
!isWritableElement(event.target)) ||
|
|
!isWritableElement(event.target)) ||
|
|
isTargetColorPicker
|
|
isTargetColorPicker
|
|
) {
|
|
) {
|
|
|
|
+ this.setState({
|
|
|
|
+ toastMessage: "debug",
|
|
|
|
+ });
|
|
editable.onblur = null;
|
|
editable.onblur = null;
|
|
window.addEventListener("pointerup", bindBlurEvent);
|
|
window.addEventListener("pointerup", bindBlurEvent);
|
|
// handle edge-case where pointerup doesn't fire e.g. due to user
|
|
// handle edge-case where pointerup doesn't fire e.g. due to user
|