Merge branch 'staging' of https://github.com/mazeincoding/AppCut into staging
This commit is contained in:
commit
a7c0b92051
|
|
@ -549,6 +549,8 @@ export const useTimelineStore = create<TimelineStore>((set, get) => {
|
|||
: track
|
||||
)
|
||||
);
|
||||
|
||||
get().selectElement(trackId, newElement.id);
|
||||
},
|
||||
|
||||
removeElementFromTrack: (trackId, elementId) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue