Skip to content

Commit

Permalink
Merge 64606ad into d6f63bd
Browse files Browse the repository at this point in the history
  • Loading branch information
prakharpbuf committed Apr 14, 2023
2 parents d6f63bd + 64606ad commit a7cfaa1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/wavesurfer.js
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,12 @@ export default class WaveSurfer extends util.Observer {
}
this.fireEvent('scroll', e);
});

// Relay the dblclick event from the drawer
this.drawer.on('dblclick', (e, progress) => {
this.fireEvent('dblclick', e, progress);
});

}

/**
Expand Down

0 comments on commit a7cfaa1

Please sign in to comment.