1 parent 22e432c commit f611fedCopy full SHA for f611fed
1 file changed
html/chat-room/html/chat-room-tmp/chat-room-tmp.html
@@ -159,7 +159,7 @@
159
if(e.ctrlKey && e.key=='Enter'){
160
btn.send();
161
}
162
- if(e.ctrlKey && e.key=='Space'){
+ if(e.ctrlKey && e.key==' '){
163
btn.pause();
164
165
0 commit comments