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
Using a sort value for sticky comments was leading to a lot of pain
when dealing with rendering edge cases (specifically hiding children).
Using this approach we more directly special case the sticky comment
and explicitly do not render its children when viewing top level
comments, which is much cleaner.
P.S. This is almost entirely @bsimpson63's code and idea, with some
extra docs. Thank you Brian!
0 commit comments