suwenjiang 4 veckor sedan
förälder
incheckning
d6dfef0cb1
1 ändrade filer med 5 tillägg och 5 borttagningar
  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()
+  //   }
+  // })
 }
 
 // 预览