Skip to content

Commit

Permalink
💡 :: 주석 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
yongbeomkwak committed May 11, 2024
1 parent 0e14b59 commit 76ee5b7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ final class MyPlaylistReactor: Reactor {
case .tapDidEditButton:
switchEditing(true)
case .tapDidSaveButton:
// TODO: USECASE 연결
switchEditing(false)
case let .itemMoved((sourceIndex, destinationIndex)):
updateOrder(src: sourceIndex.row, dest: destinationIndex.row)
Expand Down

0 comments on commit 76ee5b7

Please sign in to comment.