We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc08b91 commit 3b85ce4Copy full SHA for 3b85ce4
src/renderers/dom/client/ReactInputSelection.js
@@ -84,10 +84,7 @@ var ReactInputSelection = {
84
activeElements: getElementsWithSelections().map(function(element) {
85
return {
86
element: element,
87
- selectionRange:
88
- ReactInputSelection.hasSelectionCapabilities(element) ?
89
- ReactInputSelection.getSelection(element) :
90
- null,
+ selectionRange: ReactInputSelection.getSelection(element),
91
};
92
}),
93
0 commit comments