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