mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 21:33:40 +08:00
added a small todo
This commit is contained in:
parent
1b17b97cf0
commit
c3092a11b2
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ export function update(wpm, raw) {
|
|||
document.querySelector("#liveWpm").innerHTML = number;
|
||||
}
|
||||
|
||||
//TODO needs to check if test is active
|
||||
export function show() {
|
||||
if (!Config.showLiveWpm) return;
|
||||
if (Config.timerStyle === "mini") {
|
||||
|
|
Loading…
Reference in a new issue