(js) Improve hotkeys cheat sheet

This commit is contained in:
Francis Lachapelle
2016-09-28 16:04:28 -04:00
parent a299ed2f26
commit aef0609032

View File

@@ -434,6 +434,9 @@
locals: {
hotkeys: _this._hotkeys
}
})
.finally(function() {
_this._cheatSheet = null;
});
}