Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Text#fromAttributed): Fix
StyleRun
assuming that the `startInde…
…x` and `length` always exist In AttributedText, styleRuns may not always include the `startIndex` or `length` properties - If `startIndex` is missing, we assume the style applies from the beginning of the text - If `length` is missing, we assume the style applies to the entire text
- Loading branch information