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
Following from #1993 (comment) it would be nice if the value.mapRanges uses could be made smarter. It should be possible to calculate what the next anchorPath and focusPath should be for all of those updates instead of setting them to null to be re-calculated in Range.normalize by using the key -> path mapping (which can be slow to compute).
The text was updated successfully, but these errors were encountered:
fwiw, it does look some behavior was broken for selection based on the one test i have added so far (not sure if that has to do with how the test is set-up, possibly not calling Range.normalize in the operations tests).
Do you want to request a feature or report a bug?
Improvement.
What's the expected behavior?
Following from #1993 (comment) it would be nice if the
value.mapRanges
uses could be made smarter. It should be possible to calculate what the nextanchorPath
andfocusPath
should be for all of those updates instead of setting them tonull
to be re-calculated inRange.normalize
by using thekey -> path
mapping (which can be slow to compute).The text was updated successfully, but these errors were encountered: