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
Fix crash when subheading is clicked on ObjC page. (#951)
Example of broken flow:
/documentation/foo
/documentation/foo?language=objc
/documentation/foo?language=objc#bar # may crash when link clicked
When a user clicks a subheading link on an Objective-C variant of a
page, it may crash because the renderer is mistakenly attempting to
apply the patch with ObjC data a second time, which it doesn't need to.
Resolves: rdar://154225522
0 commit comments