fix(deps): update typescript-projects ()

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
This commit is contained in:
renovate[bot] 2025-04-09 14:47:29 +00:00 committed by GitHub
parent 8943ec23ba
commit 3e372500b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 405 additions and 518 deletions
web/src/lib/components/photos-page

View file

@ -115,10 +115,7 @@
};
beforeNavigate(() => (assetStore.suspendTransitions = true));
afterNavigate((nav) => {
const { complete, type } = nav;
if (type === 'enter') {
return;
}
const { complete } = nav;
complete.then(completeNav, completeNav);
});