feat: enhance multi-region selection feature to support both shift and cmd/ctrl
This commit is contained in:
@@ -25,6 +25,8 @@ export interface RegionPreviewContentStyle {
|
||||
|
||||
export interface RegionClickOptions {
|
||||
shiftKey: boolean;
|
||||
metaKey: boolean;
|
||||
ctrlKey: boolean;
|
||||
}
|
||||
|
||||
// Define resize action types
|
||||
|
||||
Reference in New Issue
Block a user