@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 +1 -1
- package/peaks.js +1 -0
- package/src/sources-layer.js +2 -0
package/package.json
CHANGED
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
|
}
|
package/src/sources-layer.js
CHANGED