浏览代码

取消加载完自动打开键盘

zhangchao 4 年前
父节点
当前提交
fbd6ae7141
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/editor.html

+ 1
- 1
src/editor.html 查看文件

@@ -917,7 +917,7 @@
917 917
 				whenPastingInsertAsPlainText('zss_editor_title');
918 918
 				whenPastingInsertAsPlainText('zss_editor_content');
919 919
 
920
-				zss_editor.focusTitle();
920
+				// zss_editor.focusTitle();
921 921
 
922 922
 				setTimeout(function() {
923 923
 					WebViewBridge.send(JSON.stringify({type: 'ZSS_INITIALIZED'}))