Skip to content

Commit

Permalink
reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuang11 committed Jan 10, 2025
1 parent cca13c4 commit d72c215
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions panel/chat/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ class ChatMessage(Pane):
to use when the user is specified but the avatar is. You can
modify, but not replace the dictionary.""")

edited = param.Event(doc="""
An event that is triggered when the message is edited.""")

footer_objects = param.List(doc="""
A list of objects to display in the column of the footer of the message.""")

Expand Down Expand Up @@ -247,9 +250,6 @@ class ChatMessage(Pane):
user = param.Parameter(default="User", doc="""
Name of the user who sent the message.""")

edited = param.Event(doc="""
An event that is triggered when the message is edited.""")

_stylesheets: ClassVar[list[str]] = [f"{CDN_DIST}css/chat_message.css"]

# Declares whether Pane supports updates to the Bokeh model
Expand Down

0 comments on commit d72c215

Please sign in to comment.