Add focusRequestId and focusSelection to App component

This commit is contained in:
2026-03-31 04:26:05 +02:00
parent 31484511ed
commit a92d29cbc1

View File

@@ -1288,6 +1288,8 @@ export function App({ store, initialStatusMessage }: AppProps) {
sceneDocument={editorState.document}
selection={editorState.selection}
toolMode={editorState.toolMode}
focusRequestId={focusRequest.id}
focusSelection={focusRequest.selection}
onSelectionChange={(selection) => applySelection(selection, "viewport")}
onCreateBoxBrush={handleCreateBoxBrush}
/>