Skip to content

Commit c771945

Browse files
authored
Merge pull request #72 from eunjooChoi/bug3
placeholder를 눌러도 키보드가 올라오도록 수정
2 parents 2d5d5f9 + 28270fe commit c771945

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PlantingMind/PlantingMind/MoodRecord/MoodRecordView.swift

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ struct MoodRecordView: View {
4343

4444
if viewModel.reason.isEmpty {
4545
emptyStringView
46+
.onTapGesture(perform: {
47+
isFocused = true
48+
})
4649
}
4750

4851
limitStringView

0 commit comments

Comments
 (0)