Skip to content

Commit 5ecf5b9

Browse files
committed
feat: 풀스와이프 해제
1 parent b58eff5 commit 5ecf5b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DevLog/UI/Today/TodayView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ struct TodayView: View {
157157
}
158158
.tint(.orange)
159159
}
160-
.swipeActions(edge: .trailing) {
160+
.swipeActions(edge: .trailing, allowsFullSwipe: false) {
161161
Button {
162162
viewModel.send(.completeTodo(item))
163163
} label: {

0 commit comments

Comments
 (0)