Update focus request to include active panel ID

This commit is contained in:
2026-04-02 22:33:42 +02:00
parent cbf767290e
commit 5efc4c769c

View File

@@ -1262,6 +1262,7 @@ export function App({ store, initialStatusMessage }: AppProps) {
setFocusRequest((current) => ({
id: current.id + 1,
panelId: activePanelId,
selection: editorState.selection
}));
setStatusMessage(editorState.selection.kind === "none" ? "Framed the authored scene in the viewport." : "Framed the current selection.");