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 value is changed externally, the component anyways sends update:modelValue events. You can see it in dev tools
So it makes player stuck on the same place.
I've tried to workaround it, by ignoring this event (with computed), it helped a bit, and it works perfectly in firefox, but in chrome the slider is shaking which is visually not nice.
Any suggestions how to fix it?
The text was updated successfully, but these errors were encountered:
Hi. I've created a small demo, where I've tried to use this component as progress bar for an audio player:
https://github.com/xorik/slide-player
So I found 2 issues:
update:modelValue
events. You can see it in dev toolsSo it makes player stuck on the same place.
Any suggestions how to fix it?
The text was updated successfully, but these errors were encountered: