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
* [TextKit] Fix text layout issue for CJK laungages
* [ASTextKitContext] Delay filling _textStorage with attributedString until calling addLayoutManager.
// Instead of calling [NSTextStorage initWithAttributedString:], setting attributedString just after calling addlayoutManager can fix CJK language layout issues.
49
+
// See https://github.com/facebook/AsyncDisplayKit/issues/2894
0 commit comments