Skip to content

Commit be9d74a

Browse files
committed
Make the whole tag row tappable
1 parent 218eb05 commit be9d74a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WordPress/Classes/ViewRelated/Tags/TagsView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ private struct TagRowView: View {
258258
}
259259
} else {
260260
TagRowContent(tag: tag, showPostCount: false, isSelected: viewModel.isSelected(tag))
261+
.contentShape(Rectangle())
261262
.onTapGesture {
262263
switch viewModel.mode {
263264
case .selection:

0 commit comments

Comments
 (0)