Skip to content

Commit

Permalink
fix: words flashing when line jumping in some modes
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed Aug 30, 2024
1 parent 1804ebc commit cc00295
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/ts/test/test-ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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" });
Expand Down

0 comments on commit cc00295

Please sign in to comment.