Skip to content

Commit 273f026

Browse files
authored
Revert "Add landingView query param enabling view focus on launch (#197)" (#202)
This reverts commit 7dcbddd.
1 parent 1e19c44 commit 273f026

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

front_end/entrypoints/main/MainImpl.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -571,12 +571,6 @@ export class MainImpl {
571571
Timeline.TimelinePanel.LoadTimelineHandler.instance().handleQueryParam(value);
572572
}
573573

574-
// Allow &landingView query param to override the default landing view.
575-
const landingView = Root.Runtime.Runtime.queryParam('landingView');
576-
if (landingView !== null) {
577-
await UI.ViewManager.ViewManager.instance().showView(landingView);
578-
}
579-
580574
// Initialize ARIAUtils.alert Element
581575
UI.ARIAUtils.getOrCreateAlertElements();
582576
UI.DockController.DockController.instance().announceDockLocation();

0 commit comments

Comments
 (0)