You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The interval-timer for rotation was getting overwriten,
rather than cleared. We were losing the handle to the
first rotation instance.
We solved this issue by unconditionally clearing the
interval, and then checking whether we are starting
or stopping.
If you are currently rotating, and press "on", rotation will speed up, and you will be unable to ever successfully stop it again.
The text was updated successfully, but these errors were encountered: