File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
client/packages/lowcoder/src/comps/comps/listViewComp Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,12 @@ export function listPropertyView(compType: ListCompType) {
6262 { ( useContext ( EditorContext ) . editorModeStatus === "layout" || useContext ( EditorContext ) . editorModeStatus === "both" ) && (
6363 < > < Section name = { sectionNames . layout } >
6464 { children . autoHeight . getPropertyView ( ) }
65- { ( ! children . autoHeight . getView ( ) ) &&
65+ { ( ! children . autoHeight . getView ( ) ) && ! children . horizontal . getView ( ) &&
6666 children . showVerticalScrollbar . propertyView ( {
6767 label : trans ( "prop.showVerticalScrollbar" ) ,
6868 }
6969 ) }
70- { ( ! children . autoHeight . getView ( ) || children . horizontal . getView ( ) ) &&
70+ { ( children . horizontal . getView ( ) ) &&
7171 children . showHorizontalScrollbar . propertyView ( {
7272 label : trans ( "prop.showHorizontalScrollbar" ) ,
7373 }
You can’t perform that action at this time.
0 commit comments