mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-20 21:03:16 +08:00
fix: words flashing when line jumping in some modes
This commit is contained in:
parent
1804ebcd8a
commit
cc00295a5d
1 changed files with 2 additions and 1 deletions
|
@ -559,7 +559,8 @@ function updateWordsHeight(force = false): void {
|
|||
finalWrapperHeight = wrapperHeight;
|
||||
}
|
||||
|
||||
$("#words").css("height", "0px");
|
||||
// $("#words").css("height", "0px");
|
||||
// not sure why this was here, wonder if removing it will break anything
|
||||
|
||||
if (Config.tapeMode !== "off") {
|
||||
$("#words").css({ overflow: "hidden", width: "200vw" });
|
||||
|
|
Loading…
Reference in a new issue