mirror of
https://github.com/9001/copyparty.git
synced 2025-10-05 19:42:29 +02:00
ui: folder loading indicator stole focus
show a spinning halfcircle around the +/- instead of moving the focus to the selected folder in the sidebar, since that could mess with keyboard scrolling
This commit is contained in:
parent
119e88d87b
commit
d9962f65b3
2 changed files with 13 additions and 2 deletions
|
@ -6140,8 +6140,6 @@ function tree_neigh(n) {
|
|||
links[act].click();
|
||||
else
|
||||
treectl.treego.call(links[act]);
|
||||
|
||||
links[act].focus();
|
||||
}
|
||||
|
||||
|
||||
|
@ -7246,6 +7244,7 @@ var treectl = (function () {
|
|||
r.reqls(href, true);
|
||||
r.dir_cb = tree_scrollto;
|
||||
thegrid.setvis(true);
|
||||
clmod(this, 'ld', 1);
|
||||
}
|
||||
|
||||
r.reqls = function (url, hpush, back, hydrate) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue