Skip to content

Commit 3b85ce4

Browse files
committed
Cleanup
1 parent dc08b91 commit 3b85ce4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/renderers/dom/client/ReactInputSelection.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,7 @@ var ReactInputSelection = {
8484
activeElements: getElementsWithSelections().map(function(element) {
8585
return {
8686
element: element,
87-
selectionRange:
88-
ReactInputSelection.hasSelectionCapabilities(element) ?
89-
ReactInputSelection.getSelection(element) :
90-
null,
87+
selectionRange: ReactInputSelection.getSelection(element),
9188
};
9289
}),
9390
};

0 commit comments

Comments
 (0)