-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I have a suspicion that the functionality for:
hairlines(afterhairlines(aroundhairlines(between
will not behave as expected in the case that some cell in the middle of the group is hidden.
Hairlines(between: [A, B, C, D]) is deconstructed into
[A, B], [B, C], [C, D]
If view B is hidden, the first and second hairline binding will drop its visibility, resulting in no hairline between A and C.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels