Skip to content

Commit

Permalink
chore: #146 키보드 내려가는 기능 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
juri123123 committed Jan 24, 2025
1 parent 13aa3f8 commit 5a99cb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Spoony-iOS/Spoony-iOS/Source/Feature/Report/Report.swift
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ struct Report: View {
}, set: { _ in
})
) {
hideKeyboard()
store.dispatch(.reportPostButtonTapped(postId))
}
.padding(.top, !store.state.isError ? 12 : 20)
Expand Down Expand Up @@ -139,7 +140,7 @@ extension Report {
store.dispatch(.descriptionChanged(newValue))
}),
style: .report,
placeholder: "내용을 자세히 적 어주시면 신고에 도움이 돼요",
placeholder: "내용을 자세히 적어주시면 신고에 도움이 돼요",
isError: Binding(get: {
store.state.isError
}, set: { newValue in
Expand Down

0 comments on commit 5a99cb0

Please sign in to comment.