[DE PE SSE] Fix alt hint hiding by mouse down on menu items

This commit is contained in:
JuliaSvinareva 2022-07-01 18:00:59 +03:00
parent 0afcd11cfb
commit b3803f0978

View file

@ -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();