We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb97289 commit 042f9ddCopy full SHA for 042f9dd
1 file changed
src/renderers/dom/client/ReactInputSelection.js
@@ -36,7 +36,6 @@ function getFocusedElement() {
36
}
37
38
function getElementsWithSelections(acc, win) {
39
- // TODO Use getSelection for window, check if anchorNode === focusNode, concat node and selection if so
40
acc = acc || [];
41
win = win || window;
42
var doc;
0 commit comments