[DE PE SSE] Fix alt hint hiding by mouse down on menu items
This commit is contained in:
parent
0afcd11cfb
commit
b3803f0978
|
@ -301,6 +301,7 @@ define([
|
||||||
},
|
},
|
||||||
|
|
||||||
onItemMouseDown: function(e) {
|
onItemMouseDown: function(e) {
|
||||||
|
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