mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Undo changes in header.lua
This commit is contained in:
parent
459f8bbf7c
commit
055137096a
1 changed files with 1 additions and 0 deletions
|
|
@ -108,6 +108,7 @@ function Header:scroll(event, step) end
|
|||
|
||||
function Header:touch(event, step) end
|
||||
|
||||
-- Children
|
||||
function Header:children_add(fn, order, side)
|
||||
self._inc = self._inc + 1
|
||||
local children = side == self.RIGHT and self._right or self._left
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue