We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f90ac39 + 1b1febd commit e05e47eCopy full SHA for e05e47e
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@diffusionstudio/core",
3
"private": false,
4
- "version": "1.2.1",
+ "version": "1.2.2",
5
"type": "module",
6
"description": "Build bleeding edge video processing applications",
7
"files": [
src/tracks/track/track.strategies.ts
@@ -82,8 +82,6 @@ export class StackInsertStrategy implements InsertStrategy<'STACK'> {
82
}
83
84
public update(_: Clip, track: Track<Clip>): void {
85
- track.clips.sort(startAsc);
86
-
87
let start = 0;
88
89
for (const clip of track.clips) {
0 commit comments