mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 00:52:16 -06:00
fix scroll after logtail (thx @Bevinsky)
if file was closed without using the [X] button, for example with the browser back button, the tail would not abort
This commit is contained in:
parent
b0dec83aad
commit
d197e754b9
|
@ -8269,6 +8269,7 @@ var treectl = (function () {
|
|||
};
|
||||
|
||||
r.gentab = function (top, res) {
|
||||
showfile.untail();
|
||||
var nodes = res.dirs.concat(res.files),
|
||||
html = mk_files_header(res.taglist),
|
||||
sel = msel.hist[top],
|
||||
|
|
Loading…
Reference in a new issue