mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Fix empty list freeze in Completer
This commit is contained in:
parent
fc7937c73d
commit
720e7fceec
1 changed files with 3 additions and 0 deletions
|
@ -121,6 +121,9 @@ Control {
|
|||
pixelAligned: true
|
||||
highlightFollowsCurrentItem: true
|
||||
|
||||
displayMarginBeginning: height / 2
|
||||
displayMarginEnd: height / 2
|
||||
|
||||
delegate: Rectangle {
|
||||
property variant modelData: model
|
||||
|
||||
|
|
Loading…
Reference in a new issue