룰렛 설정 - 배경 터치시 키보드 내리기
This commit is contained in:
parent
6d27ca8087
commit
854bce08cd
|
@ -150,6 +150,9 @@ struct RouletteSettingsView: View {
|
|||
.frame(width: screenSize().width, height: 15.3)
|
||||
}
|
||||
}
|
||||
.onTapGesture {
|
||||
hideKeyboard()
|
||||
}
|
||||
|
||||
if let preview = viewModel.previewData, viewModel.isShowPreview {
|
||||
RoulettePreviewDialog(
|
||||
|
|
Loading…
Reference in New Issue