- MobileActions.vue refactoring

- added select all / deselect all buttons to mobile multi select mode
This commit is contained in:
Peter Papp
2020-12-20 21:57:24 +01:00
parent 2975d1555d
commit 5246c47c86
6 changed files with 250 additions and 198 deletions

View File

@@ -107,6 +107,7 @@ export default {
if (this.$isMobile())
events.$emit('mobileSortingAndPreview', false)
events.$emit('mobileSortingAndPreviewVignette', this.mobileSortingAndPreview)
}
},
mounted() {