This commit is contained in:
parent
a07f3f5c8c
commit
13d7250744
|
@ -373,7 +373,7 @@ var editors = {
|
||||||
CodeMirror.commands.autocompleteAfterDot = function (cm) {
|
CodeMirror.commands.autocompleteAfterDot = function (cm) {
|
||||||
var token = cm.getTokenAt(cm.getCursor());
|
var token = cm.getTokenAt(cm.getCursor());
|
||||||
if ("comment" === token.type) {
|
if ("comment" === token.type) {
|
||||||
return;
|
return CodeMirror.Pass;
|
||||||
}
|
}
|
||||||
|
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
|
|
Loading…
Reference in New Issue