We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb33827 commit 0f12c49Copy full SHA for 0f12c49
1 file changed
html/chat-room/html/chat-room-open/chat-room-open.html
@@ -46,6 +46,7 @@
46
47
<div class=msg style='display:none'>
48
<div class=username>
49
+ anon
50
</div>
51
<div class=txt>
52
@@ -128,6 +129,10 @@
128
129
debug('initdom');
130
shadow = host.shadowRoot;
131
132
+ msg = $(shadow,'.msg');
133
+ msg.remove();
134
+ msg.style.display = '';
135
+
136
var info = $(shadow,'#info');
137
138
$(shadow,'#txt').onkeydown = kd.txt;
0 commit comments