1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-13 17:14:04 +02:00

Merge pull request #13354 from twbs/fat-13296

fixes #13296 Dropdown disappears with right-click on Firefox
This commit is contained in:
Jacob
2014-04-20 12:11:25 -07:00

View File

@@ -83,6 +83,7 @@
} }
function clearMenus(e) { function clearMenus(e) {
if (e && e.which === 3) return
$(backdrop).remove() $(backdrop).remove()
$(toggle).each(function () { $(toggle).each(function () {
var $parent = getParent($(this)) var $parent = getParent($(this))