@@ -80,7 +80,6 @@ export const RoomPage = () => {
const handleKeydown = (e: any) => {
if (e.target.value.trim() && e.key === 'Enter') {
enterText()
- e.target.blur()
}
// 新增代码结束