We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa6bb6 commit 9e69789Copy full SHA for 9e69789
1 file changed
front_end/entrypoints/main/MainImpl.ts
@@ -571,6 +571,11 @@ export class MainImpl {
571
Timeline.TimelinePanel.LoadTimelineHandler.instance().handleQueryParam(value);
572
}
573
574
+ const landingView = Root.Runtime.Runtime.queryParam('landingView');
575
+ if (landingView !== null) {
576
+ UI.ViewManager.ViewManager.instance().showView(landingView);
577
+ }
578
+
579
// Initialize ARIAUtils.alert Element
580
UI.ARIAUtils.getOrCreateAlertElements();
581
UI.DockController.DockController.instance().announceDockLocation();
0 commit comments