File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
client/packages/lowcoder/src/comps/comps/shapeComp Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ export function ShapeTriContainer(props: TriContainerProps) {
88
88
// const { showHeader, showFooter } = container;
89
89
// When the header and footer are not displayed, the body must be displayed
90
90
const showBody = true ;
91
- const scrollbars = container . scrollbars ;
91
+ const showVerticalScrollbar = container . showVerticalScrollbar ;
92
92
93
93
const { items : bodyItems , ...otherBodyProps } =
94
94
container . body [ "0" ] . children . view . getView ( ) ;
@@ -120,7 +120,7 @@ export function ShapeTriContainer(props: TriContainerProps) {
120
120
margin : "0px" ,
121
121
padding : "0px" ,
122
122
} }
123
- hideScrollbar = { ! scrollbars }
123
+ hideScrollbar = { ! showVerticalScrollbar }
124
124
>
125
125
< div style = { { position : "relative" , height : "100%" } } >
126
126
< StylesShape
You can’t perform that action at this time.
0 commit comments