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. }