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)
|
if (act >= links.length)
|
||||||
act = 0;
|
act = 0;
|
||||||
|
|
||||||
treectl.treego.call(links[act]);
|
if (showfile.active())
|
||||||
|
links[act].click();
|
||||||
|
else
|
||||||
|
treectl.treego.call(links[act]);
|
||||||
|
|
||||||
links[act].focus();
|
links[act].focus();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user