mirror of
https://github.com/nasa/openmct.git
synced 2025-01-28 23:24:26 +00:00
a1b2175801
Reposition scroll bar in Timeline with RAF instead of timeout; this ensures that scroll bar is positioned after the current digest (updating the width) but before the results are rendered (avoiding flicker.) Fixes #997