Commit e630c6ef by libai

测试

parent 7e71bb0e
Showing with 2 additions and 0 deletions
...@@ -1116,6 +1116,7 @@ $(function(){ ...@@ -1116,6 +1116,7 @@ $(function(){
return; return;
} }
msgSend($(".keyboard-input").val()) msgSend($(".keyboard-input").val())
} }
}) })
$(".room-close").on("click",function(){ $(".room-close").on("click",function(){
...@@ -2373,6 +2374,7 @@ $(function(){ ...@@ -2373,6 +2374,7 @@ $(function(){
fixScroll() fixScroll()
$(".layer-shadow").hide() $(".layer-shadow").hide()
$(".keyboard-input").val("") $(".keyboard-input").val("")
$(".keyboard-input").focus()
} }
} }
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment