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 was archived by the owner on Feb 2, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: AsyncDisplayKit/ASEditableTextNode.mm
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,9 @@ - (void)didLoad
163
163
_textKitComponents.textView = self.textView;
164
164
//_textKitComponents.textView = NO; // Unfortunately there's a bug here with iOS 7 DP5 that causes the text-view to only be one line high when scrollEnabled is NO. rdar://14729288
* @abstract The image manager that this image node should use when requesting images from the Photos framework. If this is `nil` (the default), then `PHImageManager.defaultManager` is used.
0 commit comments