Преглед изворни кода

remove console

Signed-off-by: shanghaikid <jiangruiyi@gmail.com>
shanghaikid пре 10 месеци
родитељ
комит
8ccc9b83c6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      client/src/pages/databases/collections/search/VectorInputBox.tsx

+ 1 - 1
client/src/pages/databases/collections/search/VectorInputBox.tsx

@@ -293,7 +293,7 @@ export default function VectorInputBox(props: VectorInputBoxProps) {
       editor.current.dispatch({
         selection: { anchor: endPos },
       });
-      editor.current.focus(); // 聚焦到编辑器
+      editor.current.focus();
 
       return () => {
         view.destroy();