Skip to content

Commit

Permalink
[feat] #167 링크 텍스트 지우기 버튼 로직 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeKim98 committed Dec 9, 2024
1 parent d6f7e82 commit 5358573
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,10 @@ private extension ContentSettingFeature {
return .send(.inner(.링크복사_반영(state.link)))
case .링크지우기_버튼_눌렀을때:
state.domain.data = ""
state.domain.title = ""
return .none
case .제목지우기_버튼_눌렀을때:
state.title = ""
state.domain.title = ""
return .none
}
}
Expand Down

0 comments on commit 5358573

Please sign in to comment.