[Bug] [UI/UX] Fix random button activation bug (#6464)

This commit is contained in:
HeeMyung Kim 2025-09-06 15:40:38 +09:00 committed by GitHub
parent 3765f843db
commit ddc04a7a87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1619,6 +1619,7 @@ export class StarterSelectUiHandler extends MessageUiHandler {
if (!this.filterMode) {
this.startCursorObj.setVisible(false);
this.starterIconsCursorObj.setVisible(false);
this.randomCursorObj.setVisible(false);
this.setSpecies(null);
this.filterBarCursor = 0;
this.setFilterMode(true);