Merge pull request #1423 from ONLYOFFICE/fix/fix-bugs

[DE PE SSE] Fix alt hints
This commit is contained in:
Julia Radzhabova 2021-12-17 14:29:28 +03:00 committed by GitHub
commit 45dd83d387
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -455,6 +455,7 @@ Common.UI.HintManager = new(function() {
setTimeout(function () { setTimeout(function () {
if (_currentLevel === 0) { if (_currentLevel === 0) {
_hideHints(); _hideHints();
_resetToDefault();
_lockedKeyEvents(false); _lockedKeyEvents(false);
} else { } else {
_prevLevel(); _prevLevel();