Skip to content

Ajouter une région au double click #2735

Closed Answered by NinaP48
NinaP48 asked this question in Q&A
Discussion options

You must be logged in to vote

J'ai fini par trouver la solution, si cela peut servir à quelqu'un :

document.addEventListener('dblclick', wavesurfer.addPlugin(
WaveSurfer.regions.create({
start: 0,
end: 5,
dragSelection: {
slop: 5
}
})).initPlugin('regions'));

Je m'étais trompée en appelant la méthode addEventListener sur un élément qui ne possède pas la méthode.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@prakharpbuf
Comment options

Answer selected by NinaP48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants