mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
Disable reuseItems again, since it still breaks on room switch
This commit is contained in:
parent
8214e8dcf2
commit
fa53b5b5f3
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ Item {
|
|||
anchors.rightMargin: scrollbar.interactive ? scrollbar.width : 0
|
||||
// reuseItems still has a few bugs, see https://bugreports.qt.io/browse/QTBUG-95105 https://bugreports.qt.io/browse/QTBUG-95107
|
||||
//onModelChanged: if (room) room.sendReset()
|
||||
reuseItems: true
|
||||
//reuseItems: true
|
||||
boundsBehavior: Flickable.StopAtBounds
|
||||
displayMarginBeginning: height / 4
|
||||
displayMarginEnd: height / 4
|
||||
|
|
Loading…
Reference in a new issue