Commit 931ca6e
committed
fix: web slider drag seek now works
Add userDragging as LaunchedEffect key so the seek triggers when
the drag ends, not only when sliderPos changes.1 parent 62f2660 commit 931ca6e
1 file changed
Lines changed: 2 additions & 2 deletions
File tree
- mediaplayer/src/webMain/kotlin/io/github/kdroidfilter/composemediaplayer
mediaplayer/src/webMain/kotlin/io/github/kdroidfilter/composemediaplayer/VideoPlayerSurfaceImpl.kt
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
617 | 617 | | |
618 | 618 | | |
619 | 619 | | |
620 | | - | |
621 | | - | |
| 620 | + | |
| 621 | + | |
622 | 622 | | |
623 | 623 | | |
624 | 624 | | |
| |||
0 commit comments