noname/ui/index.js bugfix

This commit is contained in:
mengxinzxz 2024-04-21 15:37:39 +08:00
parent 5974c8b28a
commit c17bccd0df
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ export class UI {
* @type {HTMLDivElement[]}
*/
toastQueue = [];
/**
* @type {HTMLDivElement}
*/
cardPile;