unnecessary function call

fixes 1 circular dependency
part of #2462
This commit is contained in:
Miodec 2022-02-11 19:58:08 +01:00
parent 77b835a023
commit ef8948578a

View file

@ -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) {