Răsfoiți Sursa

fix : 1.test

suwenjiang 4 săptămâni în urmă
părinte
comite
d6dfef0cb1
1 a modificat fișierele cu 5 adăugiri și 5 ștergeri
  1. 5 5
      src/pages/note-create/index.client.vue

+ 5 - 5
src/pages/note-create/index.client.vue

@@ -1006,11 +1006,11 @@ const handleClickOutside = (event) => {
 // 切换
 function expandTextInput() {
   showExpandTextInput.value = !showExpandTextInput.value
-  nextTick(() => {
-    if (showExpandTextInput.value) {
-      editor.value.focus()
-    }
-  })
+  // nextTick(() => {
+  //   if (showExpandTextInput.value) {
+  //     editor.value.focus()
+  //   }
+  // })
 }
 
 // 预览