From 978afb2b382b7b868f1ad6fc6afdeabec28734d3 Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Thu, 8 Apr 2021 15:38:07 +0200 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/History.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/History.vue b/src/components/History.vue index b0fdd19..d76829e 100644 --- a/src/components/History.vue +++ b/src/components/History.vue @@ -294,7 +294,6 @@ export default { toggleViewMode () { this.setting.historyViewMode = this.setting.historyViewMode === 'picture' ? 'table' : 'picture' if (this.setting.historyViewMode === 'table') { - setTimeout(() => { this.rowDrop() }, 100) this.showShiftPrompt() } else { setTimeout(() => { if (this.$refs.historyWaterfall) this.$refs.historyWaterfall.refresh() }, 700)