fix: non async item list placeholder
So height is set immediately on init rather than being animated to
This commit is contained in:
parent
eb4a19bb4a
commit
a9737915e3
1 changed files with 0 additions and 1 deletions
|
|
@ -32,7 +32,6 @@ ConnectedRect {
|
|||
|
||||
anchors.centerIn: parent
|
||||
active: opacity > 0
|
||||
asynchronous: true
|
||||
opacity: root.showList && list.count > 0 ? 0 : 1
|
||||
|
||||
sourceComponent: ColumnLayout {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue