We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce574d commit 05a1272Copy full SHA for 05a1272
frontend/src/ts/test/test-logic.ts
@@ -66,6 +66,7 @@ import {
66
import * as XPBar from "../elements/xp-bar";
67
import { getActiveFunboxes } from "./funbox/list";
68
import { getFunboxesFromString } from "@monkeytype/funbox";
69
+import * as CompositionState from "../states/composition";
70
71
let failReason = "";
72
const koInputVisual = document.getElementById("koInputVisual") as HTMLElement;
@@ -265,6 +266,7 @@ export function restart(options = {} as RestartOptions): void {
265
266
MemoryFunboxTimer.reset();
267
QuoteRateModal.clearQuoteStats();
268
TestUI.reset();
269
+ CompositionState.setComposing(false);
270
271
if (TestUI.resultVisible) {
272
if (Config.randomTheme !== "off") {
0 commit comments