v-click-outside icon indicating copy to clipboard operation
v-click-outside copied to clipboard

Detect right-click

Open caiokawasaki opened this issue 4 years ago • 2 comments
trafficstars

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

caiokawasaki avatar Jan 28 '21 19:01 caiokawasaki

I'm also having issues with this.

Xiphe avatar May 20 '21 11:05 Xiphe

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

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

derpierre65 avatar Sep 04 '21 14:09 derpierre65