fix an issue where not the whole area of PN mode option is tappable

pull/891/head
Ryan ZHAO 1 year ago
parent de0a3b0ee0
commit a967b4dfd0

@ -247,6 +247,7 @@ struct PNOptionView: View {
.frame(
maxWidth: .infinity
)
.contentShape(Rectangle())
.onTapGesture {
currentSelection = info.mode
}

Loading…
Cancel
Save