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
{{ message }}
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.
amazing job for fixing bugs #2894 ! love it.
but sorry to report this. when I have a attributedString started with NSTextAttachment, ASTextKitContext.mm line 62 method
will return nil, it goes using default tintColor attributes instead of attributedString itself. to solve this problem, i have to set NSForegroundColorAttributeName to all attributedString or add a NSForegroundColorAttributeName with empty string at first. another easy way to get it done?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
amazing job for fixing bugs #2894 ! love it.
but sorry to report this. when I have a attributedString started with NSTextAttachment, ASTextKitContext.mm line 62 method
will return nil, it goes using default tintColor attributes instead of attributedString itself. to solve this problem, i have to set NSForegroundColorAttributeName to all attributedString or add a NSForegroundColorAttributeName with empty string at first. another easy way to get it done?
The text was updated successfully, but these errors were encountered: