Restore correct highlight when no more room filter

This commit is contained in:
miruka
2020-05-14 20:01:58 -04:00
parent e147b87d1b
commit f20853b7ad
2 changed files with 26 additions and 8 deletions

View File

@@ -68,9 +68,6 @@ ListView {
property int lastCheckedDelegateIndex: 0
property int selectedCount: Object.keys(checked).length
readonly property var currentIndexModel:
currentIndex === -1 ? null : model.get(currentIndex)
function check(...indices) {
for (const i of indices) {