Skip to content

Commit

Permalink
Merge 4a9bdb5 into f96f3b3
Browse files Browse the repository at this point in the history
  • Loading branch information
osheroff committed Jun 16, 2020
2 parents f96f3b3 + 4a9bdb5 commit 616de14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/plugin/regions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ export default class RegionsPlugin {
observerPrototypeKeys.forEach(key => {
Region.prototype[key] = this.util.Observer.prototype[key];
});

this._disabledEventEmissions = [];

this.wavesurfer.Region = Region;

this._onBackendCreated = () => {
Expand Down

0 comments on commit 616de14

Please sign in to comment.