Ver código fonte

取消加载完自动打开键盘

zhangchao 4 anos atrás
pai
commit
fbd6ae7141
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/editor.html

+ 1
- 1
src/editor.html Ver arquivo

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