fix(CommunityList): fix CommunityList binding loop
This commit is contained in:
parent
1b491df9b4
commit
010b617da6
|
@ -9,7 +9,7 @@ import "./"
|
|||
ListView {
|
||||
id: communityListView
|
||||
spacing: 12
|
||||
height: childrenRect.height
|
||||
height: contentHeight
|
||||
visible: height > 10
|
||||
width:parent.width
|
||||
interactive: false
|
||||
|
|
Loading…
Reference in New Issue