Merge branch 'staging' of https://github.com/mazeincoding/AppCut into staging

This commit is contained in:
Maze Winther
2025-07-22 12:02:57 +02:00
+2
View File
@@ -549,6 +549,8 @@ export const useTimelineStore = create<TimelineStore>((set, get) => {
: track
)
);
get().selectElement(trackId, newElement.id);
},
removeElementFromTrack: (trackId, elementId) => {