all the row is tappable and fixed an issue with the tests

This commit is contained in:
Mauro Romito
2022-11-30 11:37:12 +01:00
parent b8943f4509
commit 07c13d4e19
2 changed files with 4 additions and 0 deletions
@@ -72,6 +72,9 @@ struct ComposerCreateActionList: View {
}
}
.contentShape(Rectangle())
.onTapGesture {
viewModel.textFormattingEnabled.toggle()
}
.padding(.horizontal, 16)
.padding(.vertical, 12)