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