fixed bug with saper

This commit is contained in:
Kostya
2024-02-11 23:18:45 +03:00
parent f1f547259c
commit f489b80de8

View File

@@ -284,6 +284,7 @@ export default {
}
},
async amountCrystals(CrystalsCount) {
setTimeout(async () => {
this.PercentageGameSteps = []
if (![1, 5, 10, 24].includes(CrystalsCount)) {
this.clickedBtnCrystal = null
@@ -322,6 +323,7 @@ export default {
console.error('Error in Percantage', e)
}
}
}, 200)
},
flippedCards: {
async handler(value) {