mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
debug iOS
This commit is contained in:
parent
e429b7048d
commit
7436f3926b
1 changed files with 3 additions and 0 deletions
|
@ -575,6 +575,9 @@ export const textWysiwyg = ({
|
|||
!isWritableElement(event.target)) ||
|
||||
isTargetColorPicker
|
||||
) {
|
||||
this.setState({
|
||||
toastMessage: "debug",
|
||||
});
|
||||
editable.onblur = null;
|
||||
window.addEventListener("pointerup", bindBlurEvent);
|
||||
// handle edge-case where pointerup doesn't fire e.g. due to user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue