рабочая версия

This commit is contained in:
Dmitry Borisenko
2022-10-09 17:03:41 +02:00
parent 52fcf36644
commit d020ec9ee4
2 changed files with 35 additions and 164 deletions

View File

@@ -58,7 +58,6 @@
let height;
function windowHeight() {
console.log("test", scenarioTxt);
let scenStr = scenarioTxt;
height = scenStr.split("\n").length + 1;
}