diff --git a/src/renderers/dom/client/ReactInputSelection.js b/src/renderers/dom/client/ReactInputSelection.js index 5761cc90df2b1..f2741020ce89e 100644 --- a/src/renderers/dom/client/ReactInputSelection.js +++ b/src/renderers/dom/client/ReactInputSelection.js @@ -36,7 +36,6 @@ function getFocusedElement() { } function getElementsWithSelections(acc, win) { - // TODO Use getSelection for window, check if anchorNode === focusNode, concat node and selection if so acc = acc || []; win = win || window; var doc;