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
@carson-katri Is this the issue you described?
Seems like highlighting is stuck on first selection on the List I make and subsequent selections of topics aren't highlighted as seen.
Can you please suggest any starting point to look into this issue, I will try fixing this.
@Nikhil0487 I'd start in PostList.swift. There you'll see the code that handles the selection state for both NavigationLink and List. I believe the issue is that they both have selection states independent from one another, which is leading to issues with both.
NavigationLink
andList
selection state seem to be overlapping.There are two ways this happens:
Perhaps make the click area fill the space so that clicking on the edge won't cause a selection.
The text was updated successfully, but these errors were encountered: