sydcanem / bootstrap-contextmenu

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

Fix bootstrap 2.x submenu compatibility #81

Open mathmarques opened 9 years ago

mathmarques commented 9 years ago

Fix an issue with the Bootstrap 2.x Dropdown submenu. It was triggering the onItem N times (depending on n sub-levels)

P.S: Bootstrap 3.x don't have the submenu, but it's really easy to add (See: http://stackoverflow.com/questions/18023493/bootstrap-3-dropdown-sub-menu-missing)