Replies: 1 comment 1 reply
-
The current behavior is intentional. Wavesurfer should be initialized only once for a given container. It can be destroyed with wavesurfer.destroy() if you have to re-initialize it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The constructor in renderer.js runs initHtml() regardless of whether the dom is existing or not.
before
after
Beta Was this translation helpful? Give feedback.
All reactions