This commit is contained in:
parent
71eb6a8eb5
commit
8b73ae6ec6
|
@ -56,7 +56,7 @@ var editors = {
|
||||||
if (!cm.state.completionActive) {
|
if (!cm.state.completionActive) {
|
||||||
cm.showHint({hint: CodeMirror.hint.go, completeSingle: false});
|
cm.showHint({hint: CodeMirror.hint.go, completeSingle: false});
|
||||||
}
|
}
|
||||||
}, 100)
|
}, 50)
|
||||||
|
|
||||||
return CodeMirror.Pass;
|
return CodeMirror.Pass;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue