Closed Wouter01 closed 9 months ago
Previously, visibleTextRange would return the whole range when using TextKit 2. With this change, it will only return the actual visible text range.
visibleTextRange
This is great! I've been meaning to fix this for a long time.
Previously,
visibleTextRange
would return the whole range when using TextKit 2. With this change, it will only return the actual visible text range.