Skip to content

Commit

Permalink
Update List.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Dec 27, 2023
1 parent 71a171b commit eb1a1dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/renderer/src/stories/List.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,8 @@ export class List extends LitElement {
this.items = [...this.items]
}
}

this.onChange() // Register that the object has changed
};

button.onClick = deleteListItem;
Expand Down

0 comments on commit eb1a1dc

Please sign in to comment.