We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90695cc commit 6550659Copy full SHA for 6550659
1 file changed
chat/chat.html
@@ -41,7 +41,7 @@
41
42
43
input.open = mod['chat-room-open'];
44
- //input.simple = mod['chat-room-simple'];
+ input.simple = mod['chat-room-simple'];
45
46
chat.initmod({input});
47
@@ -151,9 +151,7 @@ <h4 slot=version>
151
152
<chat-room component=grp_root server='' room=open-test>
153
<chat-room-open component=parent></chat-room-open>
154
- <!--
155
<chat-room-simple component=parent></chat-room-simple>
156
- -->
157
</chat-room>
158
159
0 commit comments