[forms] Fix error when menu item was clicked
This commit is contained in:
parent
477c0431dd
commit
097e2276cb
|
@ -301,7 +301,7 @@ define([
|
||||||
},
|
},
|
||||||
|
|
||||||
onItemMouseDown: function(e) {
|
onItemMouseDown: function(e) {
|
||||||
Common.UI.HintManager.clearHints();
|
Common.UI.HintManager && Common.UI.HintManager.clearHints();
|
||||||
if (e.which != 1) {
|
if (e.which != 1) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
|
|
Loading…
Reference in a new issue