fix: blank page on assetviewer to timeline (regression) (#23073)
parent
e14d5fb277
commit
58f9659cf6
|
|
@ -154,6 +154,9 @@
|
||||||
|
|
||||||
// If the asset is already visible, then don't scroll.
|
// If the asset is already visible, then don't scroll.
|
||||||
if (assetIsVisible(height)) {
|
if (assetIsVisible(height)) {
|
||||||
|
// need to update window positions/intersections because since the <Portal>
|
||||||
|
// went from invisible to visible
|
||||||
|
timelineManager.updateSlidingWindow();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue