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
{{ message }}
This repository has been archived by the owner on Mar 21, 2018. It is now read-only.
The event received from the contextmenu event is identical in google docs as it is with 'correct' contextmenu behaviour.
Creating a test page with document.addEventListener('contextmenu', e => { ... }), preventing the default or stopping propagation doesn't affect whether or not the webview receives the event.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
STR:
Gsuite document / spreadsheet. Right click.
Expected: Single content based menu
Actual: Both the content based menu and a browser context menu.
The text was updated successfully, but these errors were encountered: