prepare for sharing functionality
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Artem Anufrij
2023-02-16 11:34:27 +01:00
parent a22bb67d23
commit dc83bd6c65
7 changed files with 43 additions and 8 deletions

View File

@@ -102,7 +102,6 @@ import { mapGetters } from "vuex";
export default {
data() {
return {
move: 152,
albums: [],
scrollTimer: 0,
loadingPrev: false,
@@ -110,11 +109,6 @@ export default {
elements: {},
};
},
mounted() {
if (window.innerWidth <= 480 || window.innerHeight <= 480) {
this.move = 120;
}
},
methods: {
dblclick() {
this.$store.commit("tracks/resetSelectedTrack");