refactor: memory lane (#25134)

This commit is contained in:
Jason Rasmussen
2026-01-08 12:40:17 -05:00
committed by GitHub
parent 1f20b6471c
commit fbd49e0b79
9 changed files with 50 additions and 133 deletions
@@ -270,7 +270,7 @@
};
afterNavigate(({ from, to }) => {
memoryStore.initialize().then(
memoryStore.ready().then(
() => {
let target = null;
if (to?.params?.assetId) {