Commit f2af9535 authored by fat's avatar fat

fixes #13296 Dropdown disappears with right-click on Firefox

parent 1254c322
...@@ -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