feat: centralize selection management

This commit is contained in:
Maze Winther
2026-03-31 22:53:16 +02:00
parent 0f5dca4f12
commit f8fb238b22
11 changed files with 164 additions and 94 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ export class EditorCore {
private constructor() {
registerDefaultEffects();
registerDefaultMasks();
this.command = new CommandManager();
this.command = new CommandManager(this);
this.timeline = new TimelineManager(this);
this.playback = new PlaybackManager(this);
this.scenes = new ScenesManager(this);