Client cards

This commit is contained in:
Peter Papp
2021-04-29 15:01:50 +02:00
parent 31dd782bae
commit aea4213ec2
11 changed files with 129 additions and 44 deletions
@@ -124,8 +124,8 @@ export default {
}
if (!this.isMobileSelectMode && this.$isMobile()) {
events.$emit('file-preview:show')
}
this.$router.push({name: 'ClientDetail', params: {id: this.item.id}})
}
if (this.isMobileSelectMode && this.$isMobile()) {
if (this.clipboard.some(item => item.data.id === this.item.data.id)) {