fix: update selected amount assignment in main page event handling
This commit is contained in:
@@ -400,7 +400,7 @@ local function buildMainPage()
|
|||||||
return true
|
return true
|
||||||
|
|
||||||
elseif event.type == 'amount_select' then
|
elseif event.type == 'amount_select' then
|
||||||
selectedAmount = event.amount
|
selectedAmount = event.button.amount
|
||||||
D.updateAmountButtons()
|
D.updateAmountButtons()
|
||||||
self:sync()
|
self:sync()
|
||||||
return true
|
return true
|
||||||
|
|||||||
Reference in New Issue
Block a user