mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-03-26 11:38:54 +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.updateVoucherIcons();
|
||||||
|
|
||||||
|
this.showVoucher(vouchers[Object.keys(vouchers)[this.cursor + this.scrollCursor * itemCols]]);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user