Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/#236 문제상황에 대해 isComposing 일 경우 이벤트 막도록 #237

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

pipisebastian
Copy link
Member

📝 변경 사항

🔍 변경 사항 설명

  • 입력하다가 tab 치면 맨 마지막 글자 날라가는 문제
  • 한글입력하다가 커서 위,아래로 이동하면 글자 같이 딸려가는 문제
  • 각 이벤트(tab, 위아래, 좌우)에 대해 isComposing일 경우 return 해줘서 이벤트를 막았습니다.

🙏 질문 사항

  • 리뷰어에게 부탁하고싶은 체크리스트를 추가합니다.

📷 스크린샷 (선택)

2024-11-28.6.08.24.mov

✅ 작성자 체크리스트

  • Self-review: 코드가 스스로 검토됨
  • Unit tests 추가 또는 수정
  • 로컬에서 모든 기능이 정상 작동함
  • 린터 및 포맷터로 코드 정리됨
  • 의존성 업데이트 확인
  • 문서 업데이트 또는 주석 추가 (필요 시)

@pipisebastian pipisebastian added Bug 기능 또는 UI에서 발생한 오류나 예상치 못한 동작을 해결 FE 프론트엔드 작업 labels Nov 28, 2024
@pipisebastian pipisebastian self-assigned this Nov 28, 2024
Copy link
Collaborator

@minjungw00 minjungw00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고많으셨습니다!

Copy link
Collaborator

@hyonun321 hyonun321 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다.. !! 완성도가 더 올라가고있습니다.

@github-actions github-actions bot merged commit 7741288 into dev Nov 28, 2024
5 checks passed
@pipisebastian pipisebastian deleted the Feature/#236_한글입력_컴포징_문제 branch December 5, 2024 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 기능 또는 UI에서 발생한 오류나 예상치 못한 동작을 해결 FE 프론트엔드 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

한글입력 컴포징 문제
3 participants