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
I converted a Slate Range To Relative Range using slateRangeToRelativeRange when selection is at the end of inline & void elements and when I tried to convert the relative range back to the slate range it gives null as the function used in relativePositionToSlatePoint -> relativePositionToSlatePoint -> absolutePositionToSlatePoint have a check if the target is Text
I converted a Slate Range To Relative Range using
slateRangeToRelativeRange
when selection is at the end of inline & void elements and when I tried to convert the relative range back to the slate range it gives null as the function used in relativePositionToSlatePoint -> relativePositionToSlatePoint -> absolutePositionToSlatePoint have a check if the target is Textwhy don't we have support for inline elements to convert slate range <-> relative Range
The text was updated successfully, but these errors were encountered: