diff --git a/src/app/App.tsx b/src/app/App.tsx index cebcc6ac..00680e52 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -523,6 +523,7 @@ export function App({ store, initialStatusMessage }: AppProps) { source: "outliner" | "viewport" | "inspector" | "runner", options: { focusViewport?: boolean } = {} ) => { + blurActiveTextEntry(); store.setSelection(selection); const suffix = source === "outliner" && options.focusViewport ? " and framed it in the viewport" : "";