Fix empty list freeze in Completer

This commit is contained in:
Joseph Donofry 2023-02-08 14:19:35 -05:00
parent fc7937c73d
commit 720e7fceec

View file

@ -121,6 +121,9 @@ Control {
pixelAligned: true
highlightFollowsCurrentItem: true
displayMarginBeginning: height / 2
displayMarginEnd: height / 2
delegate: Rectangle {
property variant modelData: model