mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 05:37:22 +01:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user