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; };