mspae / react-wavesurfer

React component wrapper for wavesurfer.js
BSD 3-Clause "New" or "Revised" License
108 stars 46 forks source link

enableDragSelection() not working. Please tell me how to enable it and select by dragging. #53

Closed thesolotraveller closed 7 years ago

Bran1304 commented 7 years ago

You need to enable it in the onReady method

onReady = (args) => { args.wavesurfer.enableDragSelection(); }