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
You can just go to demo, focus any editable input outside of editor and trigger context menu.
You will see editor's context menu instead of default browser's menu.
It's very annoying, because editor adds its listeners to the body.
So, you can actually check it on codingame:
The text was updated successfully, but these errors were encountered:
The listener is added to the body by default, but the initialize method takes a second parameter that allow to set the workbench root element. The only solution I see is to set the element to be as close as possible to your editors
You can just go to demo, focus any editable input outside of editor and trigger context menu.
You will see editor's context menu instead of default browser's menu.
It's very annoying, because editor adds its listeners to the
body
.So, you can actually check it on codingame:
The text was updated successfully, but these errors were encountered: