mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
removed changes
This commit is contained in:
parent
d385f4b8c5
commit
910163e64e
1 changed files with 1 additions and 7 deletions
|
|
@ -102,13 +102,7 @@ function Header:render()
|
|||
end
|
||||
|
||||
-- Mouse events
|
||||
function Header:click(event, up)
|
||||
if up or not event.is_left then
|
||||
return
|
||||
end
|
||||
|
||||
ya.manager_emit("tab_switch", { 0 })
|
||||
end
|
||||
function Header:click(event, up) end
|
||||
|
||||
function Header:scroll(event, step) end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue