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…
Reference in New Issue