From 310bfcd84397ba29b1e186d2ceccdd127159f141 Mon Sep 17 00:00:00 2001 From: Yin Zhang Date: Mon, 4 Aug 2025 14:16:39 -0700 Subject: [PATCH] No-op changes PiperOrigin-RevId: 790890141 --- frontend/app/components/graph_viewer/graph_viewer.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/app/components/graph_viewer/graph_viewer.ts b/frontend/app/components/graph_viewer/graph_viewer.ts index 58d8f867e..5343a219f 100644 --- a/frontend/app/components/graph_viewer/graph_viewer.ts +++ b/frontend/app/components/graph_viewer/graph_viewer.ts @@ -221,7 +221,8 @@ export class GraphViewer implements OnDestroy { // Check if a graph is already loaded or is currently loading. // used as a signal to show hints for users to start with empty page. hasGraphOrLoading() { - return this.loadingGraph || this.graphIframeLoaded(); + return this.loadingGraph || this.graphIframeLoaded() || + this.graphCollections.length > 0; } showDefaultGraphOptions() {