mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-28 00:35:25 +08:00
fix: keymap disappearing after one test
This commit is contained in:
parent
9f1f53aa89
commit
fcaf0d1da4
1 changed files with 0 additions and 2 deletions
|
@ -8,7 +8,6 @@ import * as AdController from "../controllers/ad-controller";
|
|||
import * as ChartController from "../controllers/chart-controller";
|
||||
import QuotesController from "../controllers/quotes-controller";
|
||||
import * as DB from "../db";
|
||||
import * as Keymap from "../elements/keymap";
|
||||
import * as Loader from "../elements/loader";
|
||||
import * as Notifications from "../elements/notifications";
|
||||
import * as ThemeColors from "../elements/theme-colors";
|
||||
|
@ -828,7 +827,6 @@ export async function update(
|
|||
if (Config.alwaysShowWordsHistory && !GlarsesMode.get()) {
|
||||
TestUI.toggleResultWords(true);
|
||||
}
|
||||
Keymap.hide();
|
||||
AdController.updateFooterAndVerticalAds(true);
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue