Skip to content

Commit

Permalink
Merge branch 'main' into pixi
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored May 3, 2024
2 parents f279f3e + b3fcdad commit dd26308
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion panel/chat/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def _build_layout(self):
self._update_chat_copy_icon()
self._center_row = Row(
self._object_panel,
self.reaction_icons,
self.param.reaction_icons.rx(),
css_classes=["center"],
stylesheets=self._stylesheets + self.param.stylesheets.rx(),
sizing_mode=None
Expand Down
2 changes: 1 addition & 1 deletion panel/tests/chat/test_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def test_layout(self):
assert isinstance(object_pane, Markdown)
assert object_pane.object == "ABC"

icons = center_row[1]
icons = center_row[1][0][0].object()
assert isinstance(icons, ChatReactionIcons)

footer_col = columns[1][2]
Expand Down

0 comments on commit dd26308

Please sign in to comment.