mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 20:40:48 +08:00
parent
77b835a023
commit
ef8948578a
1 changed files with 0 additions and 3 deletions
|
@ -7,7 +7,6 @@ import * as SlowTimer from "./../states/slow-timer";
|
|||
import * as Misc from "./../misc";
|
||||
import * as TestActive from "./../states/test-active";
|
||||
import * as TestState from "./test-state";
|
||||
import * as ModesNotice from "./../elements/modes-notice";
|
||||
import * as ConfigEvent from "./../observables/config-event";
|
||||
|
||||
export let settings = null;
|
||||
|
@ -85,9 +84,7 @@ export async function init() {
|
|||
wordsStatus: {},
|
||||
timeout: null,
|
||||
};
|
||||
|
||||
resetCaretPosition();
|
||||
ModesNotice.update();
|
||||
}
|
||||
|
||||
export function update(expectedStepEnd) {
|
||||
|
|
Loading…
Reference in a new issue