⚡ Item size and layout are now managed by store
This commit is contained in:
@@ -47,7 +47,6 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
updateIconSize(iconSize) {
|
||||
this.$emit('iconSizeUpdated', iconSize);
|
||||
this.$store.commit(StoreKeys.SET_ITEM_SIZE, iconSize);
|
||||
},
|
||||
tooltip(content) {
|
||||
|
||||
Reference in New Issue
Block a user