test metakey for multiple

This commit is contained in:
Weidi Deng 2020-12-11 15:30:26 +08:00
parent c746c1931d
commit f06cd06547

View File

@ -202,7 +202,7 @@ export default {
return
}
if (!this.user.singleClick && !event.ctrlKey && !this.$store.state.multiple) this.resetSelected()
if (!this.user.singleClick && !event.ctrlKey && !event.metaKey && !this.$store.state.multiple) this.resetSelected()
this.addSelected(this.index)
},
dblclick: function () {