mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-18 06:49:50 +02:00
Focus request/folder after creation
This commit is contained in:
@@ -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 };
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user