Patch Changes
- 364722e: Fix the seek bar freezing after a click in the track (or a drag released at the edge):
usePointerDragcaptured the pointer onelementRef— for Transport/Fader's Track that is the parent Slider node, so the browser retargeted the following pointermove/pointerup events away from the Track's handlers and the drag never ended, leavingfreezeValuesWhileDragging's optimistic value latched. Pointer capture now always targets the element carrying the handlers. Track drags also update live mid-gesture now, and the outside-click commit performs a full drag teardown so a frozen display can't stick through that path either.