no need to track the cursor manually anymore
This commit is contained in:
parent
9c422423af
commit
4cc5bf9a7b
11 changed files with 13 additions and 36 deletions
|
|
@ -108,7 +108,7 @@ oop.inherits(Mode, TextMode);
|
|||
};
|
||||
|
||||
this.autoOutdent = function(state, doc, row) {
|
||||
return this.$outdent.autoOutdent(doc, row);
|
||||
this.$outdent.autoOutdent(doc, row);
|
||||
};
|
||||
|
||||
}).call(Mode.prototype);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue