fix: blank page on assetviewer to timeline (regression) (#23073)

This commit is contained in:
Min Idzelis 2025-10-19 12:01:42 -04:00 committed by GitHub
parent e14d5fb277
commit 58f9659cf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}