1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-31 19:01:54 +02:00

Fix syntax

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

View File

@@ -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({