script log boxes can now be dragged around and multiple of them can be on screen at once.

This commit is contained in:
Olivier Gagnon
2021-08-19 22:22:21 -04:00
parent df457a0c6e
commit 6e1100750e
6 changed files with 159 additions and 125 deletions
-4
View File
@@ -784,10 +784,6 @@ const Engine = {
updateSleevesPage();
}
if (logBoxOpened) {
logBoxUpdateText();
}
Engine.Counters.updateDisplays = 3;
}