mirror of
https://github.com/nasa/openmct.git
synced 2025-02-02 17:21:14 +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