We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62762a8 commit e37ef8bCopy full SHA for e37ef8b
tests/y-prosemirror.test.js
@@ -389,8 +389,8 @@ export const testInitialCursorPosition2 = async (_tc) => {
389
p.insert(0, [new Y.XmlText('hello world!')])
390
yxml.insert(0, [p])
391
console.log('anchor', view.state.selection.anchor)
392
- t.assert(view.state.selection.anchor === 0)
393
- t.assert(view.state.selection.head === 0)
+ t.assert(view.state.selection.anchor === 1)
+ t.assert(view.state.selection.head === 1)
394
}
395
396
export const testVersioning = async (_tc) => {
0 commit comments