File tree Expand file tree Collapse file tree 3 files changed +239
-206
lines changed
components/src/components/ResizableBox Expand file tree Collapse file tree 3 files changed +239
-206
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,6 @@ export const ResizableBox: StoryObj<ResizableBoxProps> = {
41
41
maxHeight : 300 ,
42
42
disabledWidthInterval : [ 51 , 100 ] ,
43
43
disabledHeightInterval : undefined ,
44
- updateWidthOnWindowResize : false ,
45
- updateHeightOnWindowResize : false ,
46
44
} ,
47
45
argTypes : {
48
46
children : {
@@ -65,17 +63,5 @@ export const ResizableBox: StoryObj<ResizableBoxProps> = {
65
63
height : { control : 'number' } ,
66
64
minHeight : { control : 'number' } ,
67
65
maxHeight : { control : 'number' } ,
68
- updateWidthOnWindowResize : {
69
- control : 'boolean' ,
70
- description :
71
- 'Maximize the box width to the window width when resizing window or zooming' ,
72
- defaultValue : false ,
73
- } ,
74
- updateHeightOnWindowResize : {
75
- control : 'boolean' ,
76
- description :
77
- 'Maximize the box height to the window height when resizing window or zooming' ,
78
- defaultValue : false ,
79
- } ,
80
66
} ,
81
67
} ;
You can’t perform that action at this time.
0 commit comments