allow transactions within event handlers having different origins

This commit is contained in:
Kevin Jahns
2022-11-30 12:09:19 +01:00
parent cac9407185
commit 3ece681758
3 changed files with 40 additions and 12 deletions

View File

@@ -1064,7 +1064,7 @@ export class YText extends AbstractType {
n = n.right
}
packStr()
}, splitSnapshotAffectedStructs)
}, 'cleanup')
return ops
}