debug iOS
This commit is contained in:
parent
e429b7048d
commit
7436f3926b
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user