Przeglądaj źródła

取消加载完自动打开键盘

zhangchao 4 lat temu
rodzic
commit
fbd6ae7141
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/editor.html

+ 1
- 1
src/editor.html Wyświetl plik

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