diff --git a/static/js/editors.js b/static/js/editors.js index 73cf1a0..d4c1e61 100644 --- a/static/js/editors.js +++ b/static/js/editors.js @@ -373,7 +373,7 @@ var editors = { CodeMirror.commands.autocompleteAfterDot = function (cm) { var token = cm.getTokenAt(cm.getCursor()); if ("comment" === token.type) { - return; + return CodeMirror.Pass; } setTimeout(function () {