Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
✏️ 한 줄 설명
트랙패드를 통한 화면 조작 시 줌인줌아웃이 반대 방향으로 동작하던 것을 수정했어요.
✅ 작업 내용
🏷️ 관련 이슈
📸 스크린샷/영상
트랙패드
: 일반적으로 아는 방식으로 동작 [손가락 벌릴 때 확대] / [손가락 오므릴 때 축소]ctrlKey + 마우스휠
: 휠을 위로 굴릴 때 축소 / 아래로 굴릴 때 확대📌 리뷰 진행 시 참고 사항
여러 가지 시도해봤는데, 트랙패드와 ctrlKey + 마우스휠 동작 2가지 모두를 저희가 아는 방식으로 구현하는 것에 문제가 있습니다.
일단 트랙패드의 줌인줌아웃을 보편적으로 가는 것이 더 중요하다고 생각하여 우선순위를 높게 가져갔습니다.
(macOS에서 트랙패드 제스쳐 시 ctrlKey를 자동활성화함 + 마우스휠과 트랙패드의 동작 시 deltaY 해석 방식이 달라짐)