Да блядь

This commit is contained in:
IgorTimofeev 2024-01-03 12:21:59 +03:00
parent a3168673fd
commit b0a81590f7

View File

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