Skip to content

Commit 18a5922

Browse files
committed
fix: live test stats not aligned in tape mode
closes monkeytypegame#6183
1 parent 64cc591 commit 18a5922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/ts/test/test-ui.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ ConfigEvent.subscribe((eventKey, eventValue, nosave) => {
190190
updateLiveStatsMargin();
191191
}
192192

193-
if (eventKey === "tapeMargin" && !nosave) {
193+
if (eventKey === "tapeMargin") {
194194
updateLiveStatsMargin();
195195
}
196196

0 commit comments

Comments
 (0)