mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-31 19:01:54 +02:00
Fix syntax
This commit is contained in:
@@ -337,6 +337,7 @@ class Selection extends new Record(DEFAULTS) {
|
|||||||
} else {
|
} else {
|
||||||
isBackward = !node.areDescendantSorted(anchorKey, focusKey)
|
isBackward = !node.areDescendantSorted(anchorKey, focusKey)
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Merge in any updated properties.
|
// Merge in any updated properties.
|
||||||
return selection.merge({
|
return selection.merge({
|
||||||
|
Reference in New Issue
Block a user