Make dropdown update selection when reset to default

This commit is contained in:
Wlowscha 2025-02-19 20:48:27 +01:00
parent 5b1950a1ae
commit f5868f0a80
No known key found for this signature in database
GPG Key ID: 3C8F1AD330565D04

View File

@ -629,6 +629,8 @@ export class DropDown extends Phaser.GameObjects.Container {
}
}
}
this.onChange();
}
}