diff --git a/src/app/App.tsx b/src/app/App.tsx index 989965ea..0681f01e 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -4619,11 +4619,18 @@ export function App({ store, initialStatusMessage }: AppProps) {
-
+
{VIEWPORT_PANEL_IDS.map((panelId) => ( - applySelection(selection, "viewport")} /> ))} + {layoutMode !== "quad" ? null : ( + <> +
+
+
+ + )}