From 5a21ec84fc67ac9dd84e1a2eef81126347498756 Mon Sep 17 00:00:00 2001 From: Ruslan Lesiutin Date: Tue, 26 Aug 2025 18:43:59 +0100 Subject: [PATCH] Revert "Add landingView query param enabling view focus on launch (#197)" This reverts commit 7dcbddd636137a9604d69a99cc69221216cd4be6. --- front_end/entrypoints/main/MainImpl.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/front_end/entrypoints/main/MainImpl.ts b/front_end/entrypoints/main/MainImpl.ts index 904d0f918be..3a66e26580a 100644 --- a/front_end/entrypoints/main/MainImpl.ts +++ b/front_end/entrypoints/main/MainImpl.ts @@ -571,12 +571,6 @@ export class MainImpl { Timeline.TimelinePanel.LoadTimelineHandler.instance().handleQueryParam(value); } - // Allow &landingView query param to override the default landing view. - const landingView = Root.Runtime.Runtime.queryParam('landingView'); - if (landingView !== null) { - await UI.ViewManager.ViewManager.instance().showView(landingView); - } - // Initialize ARIAUtils.alert Element UI.ARIAUtils.getOrCreateAlertElements(); UI.DockController.DockController.instance().announceDockLocation();