删除无用代码

This commit is contained in:
haiyangcui
2021-04-08 15:38:07 +02:00
parent b00b69a582
commit 978afb2b38

View File

@@ -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)