bulk-operations v0.1 mobileSeleting finished, change FileFullPreview code

This commit is contained in:
Milos Holba
2020-11-16 17:57:43 +01:00
parent 26132e23a3
commit 9d9e07d0fa
19 changed files with 438 additions and 143 deletions

View File

@@ -28,7 +28,11 @@
},
mounted() {
events.$on('mobileSelecting-start' , () => {
this.mobileSelectingActive = !this.mobileSelectingActive
this.mobileSelectingActive = true
})
events.$on('mobileSelecting-stop' , () => {
this.mobileSelectingActive = false
})
}
}
@@ -70,7 +74,7 @@
.active {
// @include transform(scale(0.95));
background: rgba($theme, 0.1);
// background: rgba($theme, 0.1);
.icon {
path, line, polyline, rect, circle {