You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(editor): route editor actions through commands
Replace the huge inspector system with chained editor systems for shortcut input, UI rendering, history, object mutations, save, and test actions.
Add explicit EditorCommand messages, move history handling out of EditorState, preserve pending-edit finalization before save/test/undo/redo, and keep focus loss triggering test mode through the command path.
Also add Duplicate selected, Ctrl+D, Delete, and F shortcut handling for object editing.