Commit 4f427cbe authored by Jacob's avatar Jacob

Merge pull request #13354 from twbs/fat-13296

fixes #13296 Dropdown disappears with right-click on Firefox
parents 170ba560 f2af9535
...@@ -83,6 +83,7 @@ ...@@ -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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment