Closed
Description
What happens:
When clicking on any of the text, or elements, that are in the List on macOS, the NavigationLink destination isn't triggered.
An example:
When clicking on the text that is enclosed within the red box,
The PostDetailView
destination does not get triggered.
The only way to trigger the PostDetailView
is to click outside of the Text elements.
Additional details:
Removing the .onTapGesture(count: 2)
from macOS' PostView
will allow the clicks to be passed through again. Though, this obviously removes the double click to open a new window functionality.