diff --git a/src/record/mutation.ts b/src/record/mutation.ts index f0ef9cc2..6f8be15d 100644 --- a/src/record/mutation.ts +++ b/src/record/mutation.ts @@ -436,6 +436,9 @@ export default class MutationBuffer { if (isBlocked(n, this.blockClass)) { return; } + if (target && isBlocked(target, this.blockClass)) { + return; + } if (isINode(n)) { if (isIgnored(n)) { return;