mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
fixed bug with +1 circles logic
This commit is contained in:
@@ -217,7 +217,7 @@ export default {
|
||||
},
|
||||
flippedCards: {
|
||||
async handler(value) {
|
||||
if (this.gamesCircle <= this.amountSaveCrystals) {
|
||||
if (this.gamesCircle < this.amountSaveCrystals) {
|
||||
console.log(value)
|
||||
// this.offEventPointers = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user