Item size and layout are now managed by store

This commit is contained in:
Alicia Sykes
2021-10-30 13:45:47 +01:00
parent 513b1cd955
commit 168e52c251
5 changed files with 25 additions and 37 deletions

View File

@@ -47,7 +47,6 @@ export default {
},
methods: {
updateIconSize(iconSize) {
this.$emit('iconSizeUpdated', iconSize);
this.$store.commit(StoreKeys.SET_ITEM_SIZE, iconSize);
},
tooltip(content) {