RocketCommunicationsInc / astro

Astro UXDS is a collection of guidelines, patterns and components for designing space-based user interface applications.
https://astrouxds.com
Other
108 stars 25 forks source link

Timeline playhead doesn't update on interval change #1238

Closed markacianfrani closed 11 months ago

markacianfrani commented 11 months ago

Describe the bug The Timeline playhead doesn't update when you change the interval.

To Reproduce

https://codepen.io/rocketmark/pen/zYyVrjd

  1. Click days radio, which sets the Timeline interval to day

Current behavior The playhead does not move

Expected behavior The playhead should move in relation to the change in the ruler. For example, if you click day, and then change the zoom, the playhead will move to its expected spot.

Additional context Probably just a missing watch somewhere