Merge branch 'master' into disable-detection-option

This commit is contained in:
Julien Loir 2020-12-15 03:16:45 -08:00 committed by GitHub
commit fe85c275fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 () {