1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-30 18:39:51 +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 isBackward = anchorOffset > focusOffset
} else { } else {
isBackward = !node.areDescendantSorted(anchorKey, focusKey) isBackward = !node.areDescendantSorted(anchorKey, focusKey)
}
} }
// Merge in any updated properties. // Merge in any updated properties.