룰렛 설정 - 배경 터치시 키보드 내리기

This commit is contained in:
Yu Sung 2023-12-07 12:53:38 +09:00
parent 6d27ca8087
commit 854bce08cd
1 changed files with 3 additions and 0 deletions

View File

@ -150,6 +150,9 @@ struct RouletteSettingsView: View {
.frame(width: screenSize().width, height: 15.3)
}
}
.onTapGesture {
hideKeyboard()
}
if let preview = viewModel.previewData, viewModel.isShowPreview {
RoulettePreviewDialog(