[DE PE SSE] Fix alt hints
This commit is contained in:
parent
86719091e9
commit
c10ed30e3e
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue