Skip to content

Commit

Permalink
⚡ :: section 캡쳐
Browse files Browse the repository at this point in the history
  • Loading branch information
yongbeomkwak committed Jun 10, 2024
1 parent d2cee62 commit d8504fd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ final class BeforeSearchSectionHeaderView:
self.addSubviews(label, button)
setLayout()

button.addAction { [delegate] in
delegate?.tap(self.section)
button.addAction { [delegate, section] in
delegate?.tap(section)
}
}

Expand Down

0 comments on commit d8504fd

Please sign in to comment.