Боже, ну и позор

This commit is contained in:
IgorTimofeev 2024-01-02 13:19:45 +03:00
parent 9f41f871a4
commit 19622e976e

View File

@ -1380,7 +1380,7 @@ local function createEditOrRightClickMenu(menu)
end
local function checkScrollbar(y)
return not codeView.horizontalScrollBar.hidden or y >= codeView.y + codeView.height - 1
return codeView.horizontalScrollBar.hidden or y >= codeView.y + codeView.height - 1
end
local uptime = computer.uptime()