Skip pre-stop on dashboard navigation

This commit is contained in:
James Smith
2026-03-19 07:47:46 +00:00
parent 63237b9534
commit 334146b799

View File

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