Skip to content
New issue

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

Detect right-click #311

Open
caiokawasaki opened this issue Jan 28, 2021 · 2 comments
Open

Detect right-click #311

caiokawasaki opened this issue Jan 28, 2021 · 2 comments

Comments

@caiokawasaki
Copy link

caiokawasaki commented Jan 28, 2021

In some parts of my application I have some menus that are opened through context menu using the right mouse button.

Is there any way for the plugin to work with the right button?

Anotação 2021-01-28 160112

I am currently using this plugin to handle context menus: https://github.com/rawilk/vue-context

@Xiphe
Copy link

Xiphe commented May 20, 2021

I'm also having issues with this.

@derpierre65
Copy link

for your information: you can detect it with set the event for contextmenu (right click)

{
  handler: this.handler,
  events: [ 'click', 'contextmenu' ],
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants