2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

fixes #13296 Dropdown disappears with right-click on Firefox

This commit is contained in:
fat
2014-04-15 21:52:34 -07:00
parent 1254c322fa
commit f2af95353e
+1
View File
@@ -83,6 +83,7 @@
}
function clearMenus(e) {
if (e && e.which === 3) return
$(backdrop).remove()
$(toggle).each(function () {
var $parent = getParent($(this))