[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) {
|
||||
Common.UI.HintManager.clearHints();
|
||||
if (e.which != 1) {
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
|
|
Loading…
Reference in a new issue