mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
Skip pre-stop on dashboard navigation
This commit is contained in:
@@ -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.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user