oct 9 fixes (#9175)

* hide hatching modal before opening the hatched modal

* fix Options not sticking: Costume, Auto Equip

* Hall of Heroes - Collapse Items & Auth

* prevent wrapping currency icon+text

* fix spacing of remaining gems (if two digits)

* fix logo in safari (removed <mask />)

* update seasonal shop items on purchase
This commit is contained in:
negue
2017-10-10 05:40:39 +02:00
committed by Sabe Jones
parent d88a8247d1
commit cf5985e38c
7 changed files with 39 additions and 20 deletions

View File

@@ -130,7 +130,7 @@ export default {
},
methods: {
handleChange ({ target: { checked } }) {
this.$emit('change', checked ? this.value : this.uncheckedValue);
this.$emit('change', checked);
},
},
};