[DE PE SSE] Fix bug 53716
This commit is contained in:
parent
a344ed7553
commit
af7f3cd9df
|
@ -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);
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue