mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-30 10:29:48 +02:00
Fix syntax
This commit is contained in:
@@ -336,6 +336,7 @@ class Selection extends new Record(DEFAULTS) {
|
||||
isBackward = anchorOffset > focusOffset
|
||||
} else {
|
||||
isBackward = !node.areDescendantSorted(anchorKey, focusKey)
|
||||
}
|
||||
}
|
||||
|
||||
// Merge in any updated properties.
|
||||
|
Reference in New Issue
Block a user