mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix: blank page on assetviewer to timeline (regression) (#23073)
This commit is contained in:
parent
e14d5fb277
commit
58f9659cf6
1 changed files with 3 additions and 0 deletions
|
|
@ -154,6 +154,9 @@
|
|||
|
||||
// If the asset is already visible, then don't scroll.
|
||||
if (assetIsVisible(height)) {
|
||||
// need to update window positions/intersections because since the <Portal>
|
||||
// went from invisible to visible
|
||||
timelineManager.updateSlidingWindow();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue