From 0ebdbae3e90af693d4dbf3efd9af70384569bdd3 Mon Sep 17 00:00:00 2001 From: Rhilip Date: Fri, 10 Dec 2021 20:24:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=A7=8D=E5=AD=90?= =?UTF-8?q?=E6=90=9C=E7=B4=A2shiftClick=E7=9A=84=E5=A4=9A=E9=80=89?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit closed #805, #932 --- src/options/views/search/SearchTorrent.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options/views/search/SearchTorrent.ts b/src/options/views/search/SearchTorrent.ts index 42b7ac239..0918016c1 100644 --- a/src/options/views/search/SearchTorrent.ts +++ b/src/options/views/search/SearchTorrent.ts @@ -1738,7 +1738,7 @@ export default Vue.extend({ let end = this.lastCheckedIndex; let startIndex = Math.min(start, end); let endIndex = Math.max(start, end) + 1; - let datas = this.clone(this.datas); + let datas = this.clone(this.filteredDatas.length > 0 ? this.filteredDatas : this.datas); datas = datas.sort( this.arrayObjectSort(