Skip to content

Commit

Permalink
fix: reaction modal not redrawing after load
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Dec 20, 2023
1 parent 354293f commit 373ac23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/src/forum/components/ReactionsModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,7 @@ export default class ReactionsModal extends Modal<ReactionsModalAttrs> {

this.reactions = reactions;
this.loading = false;

m.redraw();
}
}

0 comments on commit 373ac23

Please sign in to comment.