mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 13:27:49 +08:00
addedd debug message
This commit is contained in:
parent
7339213747
commit
451d0895a9
1 changed files with 3 additions and 0 deletions
|
@ -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" &&
|
||||
|
|
Loading…
Reference in a new issue