@shotstack/shotstack-studio 2.1.0 → 2.1.1
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.
|
@@ -10,7 +10,7 @@ import "pixi.js/text-html";
|
|
|
10
10
|
import "pixi.js/sprite-tiling";
|
|
11
11
|
import "pixi.js/filters";
|
|
12
12
|
import "pixi.js/mesh";
|
|
13
|
-
const Dx = "2.1.
|
|
13
|
+
const Dx = "2.1.1", _x = {
|
|
14
14
|
version: Dx
|
|
15
15
|
};
|
|
16
16
|
class Bx {
|
|
@@ -53356,7 +53356,7 @@ class mn {
|
|
|
53356
53356
|
const n = structuredClone(e);
|
|
53357
53357
|
this.preserveClipIdsForGranularUpdate(n);
|
|
53358
53358
|
const o = this.document.getTracks(), l = this.document.getOutput();
|
|
53359
|
-
this.document = new Ja(n), this.isBatchingEvents = !0, await this.applyGranularChanges(n, o, l), this.isBatchingEvents = !1, this.emitEditChanged("loadEdit:granular");
|
|
53359
|
+
this.document = new Ja(n), this.isBatchingEvents = !0, await this.applyGranularChanges(n, o, l), this.updateTotalDuration(), this.isBatchingEvents = !1, this.emitEditChanged("loadEdit:granular");
|
|
53360
53360
|
return;
|
|
53361
53361
|
}
|
|
53362
53362
|
const i = this.document, a = this.lastResolved, s = this.size, r = this.backgroundColor;
|