mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
fixes #13296 Dropdown disappears with right-click on Firefox
This commit is contained in:
parent
1254c322fa
commit
f2af95353e
@ -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))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user