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
Scroll the waveform so it's not at the starting position
Try dragging any annotation
Observed behavior: the waveform scrolling position is reset back to 0.
Expected behavior: the scrolling should not be affected at all by starting annotation dragging. Ideally, dragging an annotation close to a boundary of the player would scroll the waveform in the correct direction, but this probably deserves a separate feature request.
The root cause is that ScrollHook changes the position even when the playlist.isPlaying() is false, without any additional checks.
The text was updated successfully, but these errors were encountered:
To reproduce:
Observed behavior: the waveform scrolling position is reset back to 0.
Expected behavior: the scrolling should not be affected at all by starting annotation dragging. Ideally, dragging an annotation close to a boundary of the player would scroll the waveform in the correct direction, but this probably deserves a separate feature request.
The root cause is that
ScrollHook
changes the position even when theplaylist.isPlaying()
is false, without any additional checks.The text was updated successfully, but these errors were encountered: