fix(migration): normalize legacy screener archives
This commit is contained in:
@@ -8,6 +8,9 @@ import { findWorkspace } from "./workspaceRegistry";
|
||||
|
||||
export default createRouter({
|
||||
history: createWebHistory(),
|
||||
scrollBehavior(_to, _from, savedPosition) {
|
||||
return savedPosition ?? { left: 0, top: 0 };
|
||||
},
|
||||
routes: [
|
||||
{ path: "/", redirect: "/workspace/emotion" },
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user