From 4d274c6fd6324cb5d1cbd4e0020df21f02ee3afa Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 15 Apr 2026 15:04:01 +0200 Subject: [PATCH] Add activeSelectionId to App.tsx --- src/app/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/App.tsx b/src/app/App.tsx index bea78022..bb6b0fc7 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -12165,6 +12165,7 @@ export function App({ store, initialStatusMessage }: AppProps) { whiteboxSnapStep={whiteboxSnapStep} viewportGridVisible={viewportGridVisible} selection={editorState.selection} + activeSelectionId={editorState.activeSelectionId} toolMode={editorState.toolMode} toolPreview={viewportToolPreview} transformSession={transformSession}