mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
fix textfile navigation hotkeys (broke in 5d13ebb4
)
This commit is contained in:
parent
9fb9ada3aa
commit
c9492d16ba
|
@ -4623,7 +4623,11 @@ function tree_neigh(n) {
|
|||
if (act >= links.length)
|
||||
act = 0;
|
||||
|
||||
treectl.treego.call(links[act]);
|
||||
if (showfile.active())
|
||||
links[act].click();
|
||||
else
|
||||
treectl.treego.call(links[act]);
|
||||
|
||||
links[act].focus();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue