Fix vouchers not updating on scroll

pull/21/head
Flashfyre 2024-03-30 21:21:59 -04:00
parent 7c8c034578
commit 3b1119fa1a
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}