This commit is contained in:
Kevin Jahns
2026-07-15 16:21:49 +02:00
parent 1e5b65d86e
commit 28e7e06358

View File

@@ -2200,4 +2200,3 @@ export const testAttributionRendererActiveChangesInDiff = _tc => {
console.log(attrDelta.toJSON())
t.compare(attrDelta, delta.create().insert('hell').insert('a', null, { delete: [] }).insert('o', null, { insert: [] }).insert(' world').done())
}