mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-03-25 19:21:07 +00:00
Fix vouchers not updating on scroll
This commit is contained in:
parent
7c8c034578
commit
3b1119fa1a
@ -205,6 +205,8 @@ export default class VouchersUiHandler extends MessageUiHandler {
|
||||
|
||||
this.updateVoucherIcons();
|
||||
|
||||
this.showVoucher(vouchers[Object.keys(vouchers)[this.cursor + this.scrollCursor * itemCols]]);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user