1 parent b44cd9b commit 7f68ca3Copy full SHA for 7f68ca3
1 file changed
html/chat-room/html/chat-room-simple/chat-room-simple.html
@@ -152,7 +152,7 @@
152
shadow = host.shadowRoot;
153
154
155
- msg = $(view,'.msg');
+ msg = $(shadow,'.msg');
156
msg.remove();
157
msg.style.display = '';
158
0 commit comments