mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-06 11:12:40 +01:00
Да блядь
This commit is contained in:
parent
a3168673fd
commit
b0a81590f7
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user