Skip to content

Commit e7bc8dc

Browse files
committed
Temporary Commit at 8/1/2025, 11:24:13 PM
1 parent 9e69789 commit e7bc8dc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

front_end/entrypoints/main/MainImpl.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,9 +571,10 @@ export class MainImpl {
571571
Timeline.TimelinePanel.LoadTimelineHandler.instance().handleQueryParam(value);
572572
}
573573

574+
// Allow &landingView query param to override the default landing view.
574575
const landingView = Root.Runtime.Runtime.queryParam('landingView');
575576
if (landingView !== null) {
576-
UI.ViewManager.ViewManager.instance().showView(landingView);
577+
await UI.ViewManager.ViewManager.instance().showView(landingView);
577578
}
578579

579580
// Initialize ARIAUtils.alert Element

0 commit comments

Comments
 (0)