5cdd69d7d905f40d28771b4313bb8ce02f255fc7
- Add ResizeObserver (JS observeResize/unobserveResize + C# OnWidthChanged)
so _elementWidth stays current after window resize, fixing hover indicator drift
- Move _isSeeking = true before capturePointer await so a fast mobile tap
that fires pointerup mid-await still commits the seek
- Replace all Duration!.Value null-forgiving dereferences with explicit
Duration is > 0 guards in all four pointer event handlers
- Silence post-dispose resize callback rejections with .catch(() => {})
Description
No description provided
Releases
13
Languages
C#
60.5%
TypeScript
17.6%
HTML
14.5%
CSS
5.4%
Shell
1.8%
Other
0.2%