fix: improve map editor and monitor operations

This commit is contained in:
zhaowei.huang
2026-07-26 14:14:19 +08:00
parent beb6563060
commit 7af29fe07f
23 changed files with 2786 additions and 958 deletions
@@ -50,7 +50,7 @@ export interface SelectionDetailEvent {
}
export interface WorkspaceShortcutEvent {
action: 'undo' | 'redo' | 'delete'
action: 'undo' | 'redo' | 'delete' | 'copy' | 'paste' | 'duplicate'
}
export interface MapEditStreamHandlers {