addedd debug message

This commit is contained in:
Miodec 2021-12-20 16:41:54 +01:00
parent 7339213747
commit 451d0895a9

View file

@ -124,6 +124,9 @@ export function showWords() {
$("#wordsWrapper").removeClass("hidden");
const wordHeight = $(document.querySelector(".word")).outerHeight(true);
const wordsHeight = $(document.querySelector("#words")).outerHeight(true);
console.log(
`Showing words. wordHeight: ${wordHeight}, wordsHeight: ${wordsHeight}`
);
if (
Config.showAllLines &&
Config.mode != "time" &&