Merge branch 'master' of github.com:ajaxorg/ace
This commit is contained in:
commit
e064fe4dc2
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ var EditSession = function(text, mode) {
|
|||
this.onChange = function(e) {
|
||||
var delta = e.data;
|
||||
this.$modified = true;
|
||||
if (!this.$fromUndo && this.$undoManager) {
|
||||
if (!this.$fromUndo && this.$undoManager && !delta.ignore) {
|
||||
this.$deltas.push(delta);
|
||||
this.$informUndoManager.schedule();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue