jackson 11 meses atrás
pai
commit
3a472e4c76
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      example/src/RoomPage.tsx

+ 0 - 1
example/src/RoomPage.tsx

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