Skip to content

Commit 042f9dd

Browse files
committed
cleanup
1 parent bb97289 commit 042f9dd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/renderers/dom/client/ReactInputSelection.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ function getFocusedElement() {
3636
}
3737

3838
function getElementsWithSelections(acc, win) {
39-
// TODO Use getSelection for window, check if anchorNode === focusNode, concat node and selection if so
4039
acc = acc || [];
4140
win = win || window;
4241
var doc;

0 commit comments

Comments
 (0)