fix: stabilize the preview canvas inside of the region during resizing
This commit is contained in:
@@ -18,6 +18,11 @@ export interface RegionUI {
|
||||
name: string;
|
||||
}
|
||||
|
||||
export interface RegionPreviewContentStyle {
|
||||
left: string;
|
||||
width: string;
|
||||
}
|
||||
|
||||
export interface RegionClickOptions {
|
||||
shiftKey: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user