We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e69789 commit e7bc8dcCopy full SHA for e7bc8dc
1 file changed
front_end/entrypoints/main/MainImpl.ts
@@ -571,9 +571,10 @@ export class MainImpl {
571
Timeline.TimelinePanel.LoadTimelineHandler.instance().handleQueryParam(value);
572
}
573
574
+ // Allow &landingView query param to override the default landing view.
575
const landingView = Root.Runtime.Runtime.queryParam('landingView');
576
if (landingView !== null) {
- UI.ViewManager.ViewManager.instance().showView(landingView);
577
+ await UI.ViewManager.ViewManager.instance().showView(landingView);
578
579
580
// Initialize ARIAUtils.alert Element
0 commit comments