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