Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Dec 18, 2023
1 parent 0d557e6 commit 0a082d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions panel/chat/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ def __init__(self, object=None, **params):
value=params.get('reactions', []),
visible=self.param.show_reaction_icons
)
else:
reaction_icons.visible = self.param.show_reaction_icons
self._internal = True
super().__init__(object=object, **params)
self.reaction_icons.link(self, value="reactions", bidirectional=True)
Expand Down

0 comments on commit 0a082d9

Please sign in to comment.