From 973316b1c7d30842225a0d608e46598e0d9b0d55 Mon Sep 17 00:00:00 2001 From: Harley White Date: Sat, 5 Jun 2021 15:01:15 -0400 Subject: [PATCH] Fixed accidental extra click on releasing held button --- changelog.md | 1 + js/components.js | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 322e668..97cc4bd 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ # The Modding Tree changelog: - If an upgrade has both canAfford and cost, it checks both. +- Releasing a held buyable/clickable with onHold doesn't click it again. ## v2.6.0.1 - 6/4/21 - Removed excess NaN alerts (now only checks player, not temp). diff --git a/js/components.js b/js/components.js index c430b6b..cbc8559 100644 --- a/js/components.js +++ b/js/components.js @@ -273,7 +273,7 @@ function loadVue() {