floating-vue icon indicating copy to clipboard operation
floating-vue copied to clipboard

Trigger on contextmenu(right click)

Open rendomnet opened this issue 3 years ago • 1 comments

It is possible to set right click as a trigger?

rendomnet avatar Aug 21 '22 08:08 rendomnet

Any progress? My solution: if (this.showTriggers.includes('rightClick')) { this.$refs.popover.$el.addEventListener('contextmenu', (event) => { event.preventDefault() this.show() })

RAIbrahim360 avatar Feb 08 '24 20:02 RAIbrahim360