mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-02 20:08:18 +08:00
toggling live wpm will now actually hide it
This commit is contained in:
parent
cb3f2bb9a1
commit
95c56f207a
1 changed files with 1 additions and 2 deletions
|
@ -2444,8 +2444,7 @@ function liveWpmAndRaw() {
|
|||
}
|
||||
|
||||
function updateLiveWpm(wpm) {
|
||||
if (!config.showLiveWpm) return;
|
||||
if (!testActive) {
|
||||
if (!testActive || !config.showLiveWpm) {
|
||||
hideLiveWpm();
|
||||
} else {
|
||||
showLiveWpm();
|
||||
|
|
Loading…
Reference in a new issue