0
Fork 0
mirror of https://github.com/fastmail/Squire.git synced 2024-12-22 07:13:08 -05:00

Reset ignoreChange flag in modifyDocument method

Resolves #245
This commit is contained in:
Neil Jenkins 2016-11-04 11:16:49 +11:00
parent c656be7e65
commit 8ab95e0dac
3 changed files with 4 additions and 2 deletions

View file

@ -2592,6 +2592,7 @@ proto.modifyDocument = function ( modificationCallback ) {
characterData: true,
subtree: true
});
this._ignoreChange = false;
}
};

File diff suppressed because one or more lines are too long

View file

@ -228,6 +228,7 @@ proto.modifyDocument = function ( modificationCallback ) {
characterData: true,
subtree: true
});
this._ignoreChange = false;
}
};