Home | History | Annotate | Download | only in front-end

Lines Matching refs:finalSelectionRange

1207         var finalSelectionRange = document.createRange();
1208 finalSelectionRange.setStart(replacementTextNode, 0);
1209 finalSelectionRange.setEnd(replacementTextNode, replacementString.length);
1212 selection.addRange(finalSelectionRange);