Skip to content

Commit

Permalink
[Feat/#288] 캐릭터 선톡 창 답장하기 버튼 없을 시 위로 스크롤 되지 않도록 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanMinsung committed Nov 17, 2024
1 parent 002a8ad commit 8c3497f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ extension ORBCharacterChatViewController {
}

@objc private func panGestureHandler(sender: UIPanGestureRecognizer) {
print(#function)

guard rootView.characterChatBox.mode == .withReplyButton else { return }
switch sender.state {
case .possible, .began:
return
Expand Down

0 comments on commit 8c3497f

Please sign in to comment.