[y.text] event returns delta - fix a bunch of bugs

This commit is contained in:
Kevin Jahns
2025-05-07 19:35:31 +02:00
parent d23e3fb167
commit 3812bcfd10
6 changed files with 23 additions and 32 deletions

View File

@@ -1872,7 +1872,7 @@ export const testSnapshotDeleteAfter = tc => {
}, {
insert: 'e'
}])
const state1 = text0.getContent(createAttributionManagerFromSnapshots(snapshot1, snapshot1))
const state1 = text0.getContent(createAttributionManagerFromSnapshots(snapshot1))
t.compare(state1, delta.fromJSON([{ insert: 'abcd' }]))
}