From 334146b7992f6a2105fadab330012aa1693e4fb1 Mon Sep 17 00:00:00 2001 From: James Smith Date: Thu, 19 Mar 2026 07:47:46 +0000 Subject: [PATCH] Skip pre-stop on dashboard navigation --- templates/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index d7e34c6..7b8cc6a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4350,8 +4350,10 @@ activeScans: getActiveScanSummary(), }); } + // Let dedicated dashboards navigate immediately. + // Pre-navigation stop requests from active modes like Pager + // can stall same-tab navigation badly on some browsers. destroyCurrentMode(); - stopActiveLocalScansForNavigation(); } catch (_) { // Ignore malformed hrefs. }