We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2157a1 commit 151af67Copy full SHA for 151af67
Reddit-macOS/Views/PostList.swift
@@ -27,7 +27,6 @@ struct PostList: View {
27
PostView(post: post)
28
.tag(post.id)
29
.padding(EdgeInsets(top: 5, leading: 0, bottom: 5, trailing: 0))
30
-
31
/// Double-click to open a new window for the `PostDetailView`
32
.onTapGesture(count: 2) {
33
let controller = DetailWindowController(rootView: PostDetailView(post: post))
0 commit comments