1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-30 10:29:48 +02:00

Fix syntax

This commit is contained in:
Soreine
2016-11-07 16:15:23 +01:00
parent c94923d397
commit 1112066b17

View File

@@ -336,6 +336,7 @@ class Selection extends new Record(DEFAULTS) {
isBackward = anchorOffset > focusOffset
} else {
isBackward = !node.areDescendantSorted(anchorKey, focusKey)
}
}
// Merge in any updated properties.