Merge pull request #1423 from ONLYOFFICE/fix/fix-bugs
[DE PE SSE] Fix alt hints
This commit is contained in:
commit
45dd83d387
|
@ -455,6 +455,7 @@ Common.UI.HintManager = new(function() {
|
|||
setTimeout(function () {
|
||||
if (_currentLevel === 0) {
|
||||
_hideHints();
|
||||
_resetToDefault();
|
||||
_lockedKeyEvents(false);
|
||||
} else {
|
||||
_prevLevel();
|
||||
|
|
Loading…
Reference in a new issue