mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
added delete old slider if have new value
This commit is contained in:
@@ -165,6 +165,7 @@ export default {
|
||||
},
|
||||
watch: {
|
||||
async amountCrystals(CrystalsCount) {
|
||||
this.PercentageGameSteps = []
|
||||
if (CrystalsCount >= 1 && CrystalsCount <= 24) {
|
||||
this.amountSaveCrystals = CrystalsCount
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user