fix: stabilize the preview canvas inside of the region during resizing

This commit is contained in:
Xiaohan-Tian
2026-05-19 17:57:21 -07:00
parent 4b5b5c8d76
commit b865064d65
7 changed files with 251 additions and 24 deletions
+5
View File
@@ -18,6 +18,11 @@ export interface RegionUI {
name: string;
}
export interface RegionPreviewContentStyle {
left: string;
width: string;
}
export interface RegionClickOptions {
shiftKey: boolean;
}