팬톡 TextField가 Focus 되었을 때 자판이 해당 영역을 가리는 버그 수정
This commit is contained in:
@@ -18,6 +18,7 @@ struct UserProfileFanTalkView: View {
|
||||
let reportPopup: (Int) -> Void
|
||||
let deletePopup: (Int) -> Void
|
||||
let profilePopup: (Int) -> Void
|
||||
let fanTalkInputId: String
|
||||
|
||||
@Binding var isLoading: Bool
|
||||
@State private var cheersContent: String = ""
|
||||
@@ -73,6 +74,7 @@ struct UserProfileFanTalkView: View {
|
||||
cheersContent = ""
|
||||
}
|
||||
}
|
||||
.id(fanTalkInputId)
|
||||
.background(Color.gray23)
|
||||
.cornerRadius(10)
|
||||
.overlay(
|
||||
|
||||
Reference in New Issue
Block a user