diff --git a/src/js/test/test-ui.js b/src/js/test/test-ui.js index 88c8678e0..50fcf9a8a 100644 --- a/src/js/test/test-ui.js +++ b/src/js/test/test-ui.js @@ -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" &&