fix: words flashing when line jumping in some modes

This commit is contained in:
Miodec 2024-08-30 20:27:27 +02:00
parent 1804ebcd8a
commit cc00295a5d

View file

@ -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" });