Skip to content

Commit ba0e7ce

Browse files
committed
Set messages to reflect: true
1 parent e74814f commit ba0e7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/modules/chat/ChatWindow.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
tag: "sui-chat-window",
44
shadow: "none",
55
props: {
6-
messages: { type: "Array" },
6+
messages: { type: "Array", reflect: true },
77
users: { type: "Array" },
88
meId: { type: "String" }
99
}

0 commit comments

Comments
 (0)