Undo changes in header.lua

This commit is contained in:
Moaid Hathot 2024-07-16 07:32:55 -07:00 committed by GitHub
parent 459f8bbf7c
commit 055137096a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -108,6 +108,7 @@ function Header:scroll(event, step) end
function Header:touch(event, step) end function Header:touch(event, step) end
-- Children
function Header:children_add(fn, order, side) function Header:children_add(fn, order, side)
self._inc = self._inc + 1 self._inc = self._inc + 1
local children = side == self.RIGHT and self._right or self._left local children = side == self.RIGHT and self._right or self._left