From 6f3389f716a8eb5adc99c22fe9bb598986672ce8 Mon Sep 17 00:00:00 2001 From: leemhyungyu Date: Thu, 7 Nov 2024 21:43:12 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=98=A4=ED=83=88=EC=9E=90=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - previousFocustedField -> previousFocusedField --- .../SubViews/QuestionAndAnswer/QuestionAndAnswerFeature.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/Feature/BottleStorage/Interface/Sources/PingPongDetail/View/SubViews/QuestionAndAnswer/QuestionAndAnswerFeature.swift b/Projects/Feature/BottleStorage/Interface/Sources/PingPongDetail/View/SubViews/QuestionAndAnswer/QuestionAndAnswerFeature.swift index 1cf5bd8d..9d74afb0 100644 --- a/Projects/Feature/BottleStorage/Interface/Sources/PingPongDetail/View/SubViews/QuestionAndAnswer/QuestionAndAnswerFeature.swift +++ b/Projects/Feature/BottleStorage/Interface/Sources/PingPongDetail/View/SubViews/QuestionAndAnswer/QuestionAndAnswerFeature.swift @@ -25,7 +25,7 @@ extension QuestionAndAnswerFeature { return .none case let .focusedFieldDidChanged(field): - guard let previousFocustedField = state.focusedField else { + guard let previousFocusedField = state.focusedField else { state.focusedField = field return .none }