From 1ea5f63629fb76bb2b851564e2cb6505b0c99536 Mon Sep 17 00:00:00 2001 From: Jon Ziebell Date: Wed, 29 Nov 2023 19:04:48 -0500 Subject: [PATCH] Fixed beestat contribute not resetting when changing amount --- js/component/card/contribute.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/component/card/contribute.js b/js/component/card/contribute.js index ee994d8..0219414 100644 --- a/js/component/card/contribute.js +++ b/js/component/card/contribute.js @@ -177,6 +177,7 @@ beestat.component.card.contribute.prototype.decorate_contents_ = function(parent } tile_amount_other.addEventListener('click', function() { + self.state_.stripe_connecting = false; self.state_.contribute_amount_other_enabled = true; self.rerender(); });