Fix vouchers not updating on scroll
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…
Reference in New Issue