fix(CommunityList): fix CommunityList binding loop

This commit is contained in:
Jonathan Rainville 2021-04-29 10:50:09 -04:00 committed by Iuri Matias
parent 1b491df9b4
commit 010b617da6
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import "./"
ListView {
id: communityListView
spacing: 12
height: childrenRect.height
height: contentHeight
visible: height > 10
width:parent.width
interactive: false