From d197e754b9691f9c4277278396b230c98c3bd228 Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 27 Jul 2025 21:17:44 +0000 Subject: [PATCH] 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 --- copyparty/web/browser.js | 1 + 1 file changed, 1 insertion(+) diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index d423a92a..5fd44540 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -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],