Focus request/folder after creation

This commit is contained in:
Gregory Schier
2025-11-11 14:11:43 -08:00
parent 8164a61376
commit 7b6278405c
19 changed files with 138 additions and 86 deletions

View File

@@ -19,7 +19,7 @@ export function setWorkspaceSearchParams(
(router as any).navigate({
// eslint-disable-next-line @typescript-eslint/no-explicit-any
search: (prev: any) => {
console.log('Navigating to', { prev, search });
// console.log('Navigating to', { prev, search });
return { ...prev, ...search };
},
});