From 8b73ae6ec62c830dbd87b4eadac0f2c350972ae0 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sat, 23 Aug 2014 20:50:20 +0800 Subject: [PATCH] . --- static/js/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/editor.js b/static/js/editor.js index 457c9c6..fcccf29 100644 --- a/static/js/editor.js +++ b/static/js/editor.js @@ -56,7 +56,7 @@ var editors = { if (!cm.state.completionActive) { cm.showHint({hint: CodeMirror.hint.go, completeSingle: false}); } - }, 100) + }, 50) return CodeMirror.Pass; };