mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-20 23:32:19 +02:00
Update src/ui/starter-select-ui-handler.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
2b0f9357a4
commit
05814bc70c
@ -1080,7 +1080,7 @@ export default class StarterSelectUiHandler extends MessageUiHandler {
|
|||||||
/**
|
/**
|
||||||
* Set the selections for all filters to their default starting value
|
* Set the selections for all filters to their default starting value
|
||||||
*/
|
*/
|
||||||
resetFilters() : void {
|
public resetFilters(): void {
|
||||||
this.filterBar.setValsToDefault();
|
this.filterBar.setValsToDefault();
|
||||||
this.resetCaughtDropdown();
|
this.resetCaughtDropdown();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user