File tree 1 file changed +3
-5
lines changed
client/packages/lowcoder/src/comps/comps/selectInputComp
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -232,11 +232,6 @@ let StepControlBasicComp = (function () {
232
232
{ [ "layout" , "both" ] . includes ( useContext ( EditorContext ) . editorModeStatus ) && (
233
233
< Section name = { sectionNames . layout } >
234
234
{ children . autoHeight . getPropertyView ( ) }
235
- { ! children . autoHeight . getView ( ) && (
236
- children . showVerticalScrollbar . propertyView ( {
237
- label : trans ( "prop.showVerticalScrollbar" ) ,
238
- } )
239
- ) }
240
235
{ children . size . propertyView ( {
241
236
label : trans ( "step.size" ) ,
242
237
radioButton : true ,
@@ -261,6 +256,9 @@ let StepControlBasicComp = (function () {
261
256
{ children . displayType . getView ( ) != "inline" && ! children . showDots . getView ( ) && (
262
257
children . showIcons . propertyView ( { label : trans ( "step.showIcons" ) }
263
258
) ) }
259
+ { ! children . autoHeight . getView ( ) && (
260
+ children . showVerticalScrollbar . propertyView ( { label : trans ( "prop.showVerticalScrollbar" ) } )
261
+ ) }
264
262
</ Section >
265
263
) }
266
264
You can’t perform that action at this time.
0 commit comments