mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-10 13:44:27 +08:00
fixed livewpm not working with bar tmier
This commit is contained in:
parent
b7b59de7be
commit
3cbf46d181
1 changed files with 1 additions and 1 deletions
|
@ -2604,7 +2604,7 @@ function showLiveWpm() {
|
|||
if (!testActive) return;
|
||||
if (config.timerStyle === "mini") {
|
||||
$("#miniTimerAndLiveWpm .wpm").css("opacity", config.timerOpacity);
|
||||
} else if (config.timerStyle === "text") {
|
||||
} else {
|
||||
$("#liveWpm").css("opacity", config.timerOpacity);
|
||||
}
|
||||
// if (config.timerStyle === "text") {
|
||||
|
|
Loading…
Reference in a new issue