1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-18 21:21:21 +02:00

Adapt tests for unwrapInline

This commit is contained in:
Samy Pesse
2016-10-25 22:50:47 +02:00
parent e873de519f
commit a3905a8529
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ export default function (state) {
assert.deepEqual(
next.selection.toJS(),
range.toJS()
range.collapseToStartOf(next.document).toJS()
)
return next

View File

@@ -21,7 +21,7 @@ export default function (state) {
assert.deepEqual(
next.selection.toJS(),
range.toJS()
range.collapseToStartOf(next.document).toJS()
)
return next

View File

@@ -21,7 +21,7 @@ export default function (state) {
assert.deepEqual(
next.selection.toJS(),
range.toJS()
range.collapseToStartOf(next.document).toJS()
)
return next