Преглед изворни кода

取消加载完自动打开键盘

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