few bugfixes

This commit is contained in:
ParisNeo
2023-05-14 01:27:19 +02:00
parent 9ae625b10d
commit ec61eff14c
3 changed files with 7 additions and 15 deletions

View File

@ -86,7 +86,7 @@ export default {
handleSelection() {
if (this.isInstalled && !this.selected) {
this.onSelected(this);
this.selected=true;
this.$set(this, 'selected', true);
}
}
}