floating-vue
floating-vue copied to clipboard
Trigger on contextmenu(right click)
It is possible to set right click as a trigger?
Any progress?
My solution:
if (this.showTriggers.includes('rightClick')) { this.$refs.popover.$el.addEventListener('contextmenu', (event) => { event.preventDefault() this.show() })