You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason typio is intercepting key inputs and restoring the editor. This does not happen with the old version of 3DE, but that may be due to different version of ACE being used.
To reproduce, install Typio, make sure it's enabled, then create a project with the following code:
Hide the code, then try pressing a key. The alert will show, but the editor will immediately restore. Even clicking in the page will restore the editor.
Attempting to disable the event with event.preventDefault() or event.stopImmediatePropagation() does not help.
The text was updated successfully, but these errors were encountered:
For some reason typio is intercepting key inputs and restoring the editor. This does not happen with the old version of 3DE, but that may be due to different version of ACE being used.
To reproduce, install Typio, make sure it's enabled, then create a project with the following code:
Hide the code, then try pressing a key. The alert will show, but the editor will immediately restore. Even clicking in the page will restore the editor.
Attempting to disable the event with
event.preventDefault()
orevent.stopImmediatePropagation()
does not help.The text was updated successfully, but these errors were encountered: