mirror of
https://github.com/9001/copyparty.git
synced 2026-01-06 19:45:40 +10:00
fix textfile navigation hotkeys (broke in 5d13ebb4)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user