[DE PE SSE] Fix bug 53716

This commit is contained in:
JuliaSvinareva 2021-11-22 13:00:38 +03:00
parent a344ed7553
commit af7f3cd9df

View file

@ -516,7 +516,7 @@ Common.UI.HintManager = new(function() {
}
}
_needShow = (e.keyCode == Common.UI.Keys.ALT && (!Common.Utils.ModalWindow.isVisible()) && _isDocReady);
_needShow = (e.keyCode == Common.UI.Keys.ALT && (!Common.Utils.ModalWindow.isVisible()) && _isDocReady && _arrAlphabet.length > 0);
});
};