You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add note that updateText can have rangeStart > rangeEnd (#90)
Per discussion in #81, add note clarifying that updateStart() can have updateRangeStart > updateRangeEnd.
Replace old note that doesn't seem to apply anymore.
Closes#81
Replace the substring of [=text=] in the range of |rangeStart| and |rangeEnd| with |newText|
1038
-
</li>
1039
-
<li>
1040
-
<divclass="note">Add details regarding rangeStart/rangeEnd vs. [=selection start=]/[=selection end=]</div>
1038
+
<divclass="note">It's permissible that |rangeStart| > |rangeEnd|. The substring between the indices should be replaced in the same way as when |rangeStart| <= |rangeEnd|.</div>
0 commit comments