Disable selection of non-selected results
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
@@ -544,7 +544,10 @@
|
|||||||
r.cvsRight >= e.offsetX &&
|
r.cvsRight >= e.offsetX &&
|
||||||
r.cvsTop <= e.offsetY &&
|
r.cvsTop <= e.offsetY &&
|
||||||
r.cvsBottom >= 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)
|
this.selectChip(findBox ? findBox.resultIndex : this.selectedChip)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user