feat: enhance multi-region selection feature to support both shift and cmd/ctrl

This commit is contained in:
Xiaohan-Tian
2026-05-25 13:50:28 -07:00
parent 2c84b48f63
commit 1f330818d8
16 changed files with 763 additions and 93 deletions
+2
View File
@@ -25,6 +25,8 @@ export interface RegionPreviewContentStyle {
export interface RegionClickOptions {
shiftKey: boolean;
metaKey: boolean;
ctrlKey: boolean;
}
// Define resize action types