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
When the cursor leaves the Audacity window, do one of the following (whichever requires the least dev effort and naturally behaves better):
Horizontal scrolling stops and the clip is placed at the nearest point where the cursor left the window.
OR
The drag operation is cancelled and the clip returns to its original position (this is what Logic, Premiere and others do, so is probably the most sensible solution).
Actual behavior
Horizontal scrolling continues indefinitely. Clicking on the timeline is required to stop it.