Skip to content

Commit 409e6bc

Browse files
save file
1 parent 56dd795 commit 409e6bc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

‎chat/chat.html‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929

3030
chat = mod['chat-room'];
3131

32+
input.open = mod['chat-room-open'];
3233
input.simple = mod['chat-room-simple'];
33-
//input.open = mod['chat-room-open'];
3434

3535
chat.initmod({input});
3636

@@ -139,6 +139,7 @@ <h4 slot=version>
139139

140140

141141
<chat-room component=grp_root server='' room=main>
142+
<chat-room-open component=parent></chat-room-open>
142143
<chat-room-simple component=parent></chat-room-simple>
143144
</chat-room>
144145

0 commit comments

Comments
 (0)