Working on Day 85 of #100DaysOfSwiftUI, I can't figure out how to have list selection but prevent tapping a list item navigation link from being "selected" after going back to the list view. I tried passing an optional binding to the underlying list but that didn't work either. Ideally the list would only be in "selection mode" after clicking the edit button. #SwiftUI