jackson 11 сар өмнө
parent
commit
3a472e4c76

+ 0 - 1
example/src/RoomPage.tsx

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