Skip to content

Commit

Permalink
[fix] #171 ContentCard delegate 실행 안되는 문제 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeKim98 committed Jan 23, 2025
1 parent 392d1e8 commit 4fdf986
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,7 @@ private extension ContentCardFeature {
}
return .run { _ in await openURL(url) }
case .컨텐츠_항목_케밥_버튼_눌렀을때:
return shared(
.delegate(.컨텐츠_항목_케밥_버튼_눌렀을때(content: state.content)),
state: &state
)
return .send(.delegate(.컨텐츠_항목_케밥_버튼_눌렀을때(content: state.content)))
case .메타데이터_조회:
return shared(.async(.메타데이터_조회_수행), state: &state)
case .즐겨찾기_버튼_눌렀을때:
Expand Down

0 comments on commit 4fdf986

Please sign in to comment.