@checksub_team/peaks_timeline 1.9.5-beta.3 → 1.9.5-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@checksub_team/peaks_timeline",
3
- "version": "1.9.5-beta.3",
3
+ "version": "1.9.5-beta.4",
4
4
  "description": "JavaScript UI component for displaying audio waveforms",
5
5
  "main": "./peaks.js",
6
6
  "types": "./peaks.js.d.ts",
package/peaks.js CHANGED
@@ -19408,6 +19408,7 @@ module.exports = function (SourceGroup, Lines, DataRetriever, Utils, Invoker, Ko
19408
19408
  this._lines.removeSourceGroup(source, isPermanent);
19409
19409
  sourceGroup.destroy();
19410
19410
  }
19411
+ console.log('REMOVED', source.id, sourceGroup, this._sourcesGroup);
19411
19412
  if (isPermanent && !shouldBlockEvent) {
19412
19413
  this._peaks.emit('source.destroyed', source);
19413
19414
  }
@@ -576,6 +576,8 @@ define([
576
576
  sourceGroup.destroy();
577
577
  }
578
578
 
579
+ console.log('REMOVED', source.id, sourceGroup, this._sourcesGroup);
580
+
579
581
  if (isPermanent && !shouldBlockEvent) {
580
582
  this._peaks.emit('source.destroyed', source);
581
583
  }