@getoutline/y-prosemirror
Advanced tools
Comparing version
{ | ||
"name": "@getoutline/y-prosemirror", | ||
"version": "1.3.8", | ||
"version": "1.3.9", | ||
"description": "Prosemirror bindings for Yjs", | ||
@@ -5,0 +5,0 @@ "main": "./dist/y-prosemirror.cjs", |
@@ -276,3 +276,3 @@ /** | ||
if (anchor !== null && head !== null) { | ||
const sel = new CellSelection(tr.doc.resolve(anchor - 1), tr.doc.resolve(head + 1)) | ||
const sel = new CellSelection(tr.doc.resolve(anchor - 1), tr.doc.resolve(head)) | ||
tr.setSelection(sel) | ||
@@ -279,0 +279,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
296144
-0.01%