Document destroy for starter select

This commit is contained in:
Dean 2025-01-14 23:51:55 -08:00
parent 8b04eb97d6
commit 24386530c5

View File

@ -2699,6 +2699,7 @@ export default class StarterSelectUiHandler extends MessageUiHandler {
};
override destroy(): void {
// Without this the reference gets hung up and no startercontainers get GCd
this.starterContainers = [];
}