mirror of
https://github.com/fastmail/Squire.git
synced 2024-12-31 11:54:03 -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,
|
characterData: true,
|
||||||
subtree: 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,
|
characterData: true,
|
||||||
subtree: true
|
subtree: true
|
||||||
});
|
});
|
||||||
|
this._ignoreChange = false;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue