From 451d0895a9e360545bf2d3604cb0907a7477c922 Mon Sep 17 00:00:00 2001 From: Miodec Date: Mon, 20 Dec 2021 16:41:54 +0100 Subject: [PATCH] addedd debug message --- src/js/test/test-ui.js | 3 +++ 1 file changed, 3 insertions(+) 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" &&