fix: non async item list placeholder

So height is set immediately on init rather than being animated to
This commit is contained in:
2 * r + 2 * t 2026-06-07 16:24:30 +10:00
parent eb4a19bb4a
commit a9737915e3

View file

@ -32,7 +32,6 @@ ConnectedRect {
anchors.centerIn: parent anchors.centerIn: parent
active: opacity > 0 active: opacity > 0
asynchronous: true
opacity: root.showList && list.count > 0 ? 0 : 1 opacity: root.showList && list.count > 0 ? 0 : 1
sourceComponent: ColumnLayout { sourceComponent: ColumnLayout {