Fix structure box errors #82

Merged
jgeorgi merged 2 commits from xps-select-fixes into main 2024-01-28 00:12:58 +00:00
Showing only changes of commit 2ba8dc80bc - Show all commits

View File

@@ -544,7 +544,10 @@
r.cvsRight >= e.offsetX &&
r.cvsTop <= e.offsetY &&
r.cvsBottom >= e.offsetY &&
r.resultIndex > this.selectedChip
r.resultIndex > this.selectedChip &&
r.aboveThreshold &&
r.isSearched &&
!r.isDeleted
})
this.selectChip(findBox ? findBox.resultIndex : this.selectedChip)
}