Merge pull request #408 from treepo1/feat/select-layer-when-inserted

[FEATURE] Select layer when adding to the Timeline
This commit is contained in:
Maze 2025-07-22 11:58:34 +02:00 committed by GitHub
commit 2791992b6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -549,6 +549,8 @@ export const useTimelineStore = create<TimelineStore>((set, get) => {
: track
)
);
get().selectElement(trackId, newElement.id);
},
removeElementFromTrack: (trackId, elementId) => {