소스 검색

取消加载完自动打开键盘

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'}))