miscellaneous fixes

This commit is contained in:
MihailRis
2025-01-20 04:39:37 +03:00
parent eca3a54b20
commit 92f226cbcf
5 changed files with 14 additions and 6 deletions
+3 -1
View File
@@ -9,7 +9,9 @@ local animation_fps = 30
local function remove_line(line)
document[line[1]]:destruct()
time.post_runnable(function() document.root:reposition() end)
time.post_runnable(function()
if world.is_open() then document.root:reposition() end
end)
end
local function update_line(line, uptime)