mirror of
https://github.com/nasa/openmct.git
synced 2025-02-09 04:11:56 +00:00
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