Skip to content

Commit

Permalink
fix(web): showing album timeline after adding new assets (#12354)
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 authored Sep 5, 2024
1 parent d7d3b8d commit dfcdaef
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -298,11 +298,7 @@
await refreshAlbum();
timelineInteractionStore.clearMultiselect();
viewMode = ViewMode.VIEW;
await navigate(
{ targetRoute: 'current', assetId: null, assetGridRouteSearchParams: $gridScrollTarget },
{ replaceState: true, forceNavigate: true },
);
await setModeToView();
} catch (error) {
handleError(error, $t('errors.error_adding_assets_to_album'));
}
Expand Down

0 comments on commit dfcdaef

Please sign in to comment.