mirror of
https://github.com/fastmail/Squire.git
synced 2024-12-22 07:13:08 -05:00
parent
c656be7e65
commit
8ab95e0dac
3 changed files with 4 additions and 2 deletions
|
@ -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
|
@ -228,6 +228,7 @@ proto.modifyDocument = function ( modificationCallback ) {
|
|||
characterData: true,
|
||||
subtree: true
|
||||
});
|
||||
this._ignoreChange = false;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue