Skip to content

Commit

Permalink
[Del/#44] 필요 없는 주석 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
kms0233 committed Jan 15, 2025
1 parent ac58363 commit 02b2c72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import SwiftUI

struct SearchTextField: View {
@State var inputText: String
@FocusState private var isFocused: Bool // Focus 상태를 추적
@FocusState private var isFocused: Bool
var state: SearchTextFieldState
var buttonAction: (String) -> Void

Expand Down

0 comments on commit 02b2c72

Please sign in to comment.