팬톡 TextField가 Focus 되었을 때 자판이 해당 영역을 가리는 버그 수정

This commit is contained in:
Yu Sung
2026-02-04 16:12:37 +09:00
parent 8d3aed41c2
commit 3456510eec
2 changed files with 319 additions and 304 deletions

View File

@@ -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(