File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
client/packages/lowcoder/src/comps/comps/selectInputComp Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -232,11 +232,6 @@ let StepControlBasicComp = (function () {
232232 { [ "layout" , "both" ] . includes ( useContext ( EditorContext ) . editorModeStatus ) && (
233233 < Section name = { sectionNames . layout } >
234234 { children . autoHeight . getPropertyView ( ) }
235- { ! children . autoHeight . getView ( ) && (
236- children . showVerticalScrollbar . propertyView ( {
237- label : trans ( "prop.showVerticalScrollbar" ) ,
238- } )
239- ) }
240235 { children . size . propertyView ( {
241236 label : trans ( "step.size" ) ,
242237 radioButton : true ,
@@ -261,6 +256,9 @@ let StepControlBasicComp = (function () {
261256 { children . displayType . getView ( ) != "inline" && ! children . showDots . getView ( ) && (
262257 children . showIcons . propertyView ( { label : trans ( "step.showIcons" ) }
263258 ) ) }
259+ { ! children . autoHeight . getView ( ) && (
260+ children . showVerticalScrollbar . propertyView ( { label : trans ( "prop.showVerticalScrollbar" ) } )
261+ ) }
264262 </ Section >
265263 ) }
266264
You can’t perform that action at this time.
0 commit comments