Skip to content

Commit

Permalink
fix: keymap disappearing after one test
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed Sep 28, 2023
1 parent 9f1f53a commit fcaf0d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/ts/test/result.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -828,7 +827,6 @@ export async function update(
if (Config.alwaysShowWordsHistory && !GlarsesMode.get()) {
TestUI.toggleResultWords(true);
}
Keymap.hide();
AdController.updateFooterAndVerticalAds(true);
}
);
Expand Down

0 comments on commit fcaf0d1

Please sign in to comment.