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

@@ -909,8 +909,8 @@
hatchPet (pet) {
this.$store.dispatch('common:hatch', {egg: pet.eggKey, hatchingPotion: pet.potionKey});
this.$root.$emit('hatchedPet::open', pet);
this.closeHatchPetDialog();
this.$root.$emit('hatchedPet::open', pet);
},
onDragStart (ev, food) {