sydcanem / bootstrap-contextmenu

Context menu plugin for Twitter's Bootstrap framework
http://sydcanem.com/bootstrap-contextmenu/
645 stars 193 forks source link

prevent right click on context menu itself #48

Closed arjunmenon closed 10 years ago

arjunmenon commented 10 years ago

hi i wonder what can be done to prevent right click on the bootstrap-contextmenu itself. also, we can still select text on the menu.

sydcanem commented 10 years ago

You can use e.stopPropagation() on onItem callback so it won't close the context-menu when you right click on it.