mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-22 07:20:23 +00:00
Merge pull request #13354 from twbs/fat-13296
fixes #13296 Dropdown disappears with right-click on Firefox
This commit is contained in:
commit
4f427cbe32
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@
|
|||
}
|
||||
|
||||
function clearMenus(e) {
|
||||
if (e && e.which === 3) return
|
||||
$(backdrop).remove()
|
||||
$(toggle).each(function () {
|
||||
var $parent = getParent($(this))
|
||||
|
|
|
|||
Loading…
Reference in a new issue