Skip to content

Commit

Permalink
fix(ui): Some UI elements are not rendered correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Mar 18, 2023
1 parent 43ccd74 commit 273866f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export class SettingListItem<TSetting extends Setting = Setting> extends LabelLi
this.elementLabel.prepend(checkbox);

this.checkbox = checkbox;
this.addChildren(options?.children);
this.setting = setting;
}

Expand Down

0 comments on commit 273866f

Please sign in to comment.