We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example change the opening of the context menu on single left (regular) click.
The text was updated successfully, but these errors were encountered:
For now I tweaked the library myself for my purpose: https://github.com/jonataswalker/ol3-contextmenu/blob/master/src/js/internal.js#L158 I changed contextmenu to click to enable the menu on single click. Ideally this could be coming as a property when we create the object new ContextMenu({ 'event':'click', ... })
Sorry, something went wrong.
@ZancaM I'm glad you reached a solution but I'm not sure about this. It looks like, for me, a bit intrusive.
Maybe you have some more arguments? Or others?
With #73 you can set the event type.
No branches or pull requests
For example change the opening of the context menu on single left (regular) click.
The text was updated successfully, but these errors were encountered: