wavesurfer.js
wavesurfer.js copied to clipboard
fix(Renderer): the scrollLeft reset logic when the element is not scr…
Short description
Resolves # fix #3767
Implementation details
How to test it
Screenshots
Checklist
- [ ] This PR is covered by e2e tests
- [ ] It introduces no breaking API changes
Just FYI, this does not fix #4238. If the waveform is zoomed in and scrolled to the right, then when you zoom out partially (but not all the way zoomed out), the waveform still disappears. I pulled it down and tested.
Just FYI, this does not fix #4238. If the waveform is zoomed in and scrolled to the right, then when you zoom out partially (but not all the way zoomed out), the waveform still disappears. I pulled it down and tested.
Sorry for the late reply, at that time I saw the new issue description looked similar to #3767, I will check #4238 later, and I temporarily removed the association with #4238.