Skip to content

Commit 4fdf986

Browse files
committed
[fix] #171 ContentCard delegate 실행 안되는 문제 수정
1 parent 392d1e8 commit 4fdf986

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Projects/Feature/FeatureContentCard/Sources/ContentCard/ContentCardFeature.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,7 @@ private extension ContentCardFeature {
113113
}
114114
return .run { _ in await openURL(url) }
115115
case .컨텐츠_항목_케밥_버튼_눌렀을때:
116-
return shared(
117-
.delegate(.컨텐츠_항목_케밥_버튼_눌렀을때(content: state.content)),
118-
state: &state
119-
)
116+
return .send(.delegate(.컨텐츠_항목_케밥_버튼_눌렀을때(content: state.content)))
120117
case .메타데이터_조회:
121118
return shared(.async(.메타데이터_조회_수행), state: &state)
122119
case .즐겨찾기_버튼_눌렀을때:

0 commit comments

Comments
 (0)