this.editor.setOption('nativecontextmenu', true),Why doesn't this line of code work? #5765
Unanswered
fantasticiOS
asked this question in
Q&A
Replies: 1 comment
-
There is no option nativecontextmenu, there is an event emitted from editor with that name. If editor blocks the contextmenu, it is a bug. Could you show us an example of a page where this happens? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I embed the Ace Editor into an app, the editor seems to block the default behavior of displaying the system menu. Using the above code prompts the following message:misspelled option "nativecontextmenu"
Beta Was this translation helpful? Give feedback.
All reactions