mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
A change in relative picker was causing a serie of events which ultimately would cause the whole list of time options to be reset and re-rendered which would cause a new instance of the picker to be created, causing a reset. The fix is using id in the each loop to help ember identify that it doesn’t have to re-render a specific component.