Skip to content

Fix: 메모지 입력 시 백스페이스 문제 해결 #276

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

Closed
Byeonjin opened this issue Dec 12, 2023 · 0 comments · Fixed by #277
Closed

Fix: 메모지 입력 시 백스페이스 문제 해결 #276

Byeonjin opened this issue Dec 12, 2023 · 0 comments · Fixed by #277
Assignees
Labels
✨ Feat 기능 개발 🐞 Fix 버그 수정
Milestone

Comments

@Byeonjin
Copy link
Collaborator

버그 설명

Fix: 메모지 입력 시 백스페이스 문제 해결

재현 방법

  1. 메모지를 더블 클릭해 에디트 모드로 들어간다.
  2. 백스페이스를 누른다.
  3. 메모지가 이상 동작한다.

예상한 결과

메모지의 텍스트가 지워진다.

스크린샷

디바이스 환경

추가 내용

백스페이스를 누르면 객체를 지우는 이벤트가 발생. 텍스트를 편집 중인가 여부를 포함하는 상태를 하나 만들어 이를 추적해 이벤트를 등록, 제거해 해결

@Byeonjin Byeonjin added ✨ Feat 기능 개발 🐞 Fix 버그 수정 labels Dec 12, 2023
@Byeonjin Byeonjin added this to the 6주차 milestone Dec 12, 2023
@Byeonjin Byeonjin self-assigned this Dec 12, 2023
Byeonjin referenced this issue in Byeonjin/web13_Boarlog Dec 12, 2023
- 백스페이스를 누르면 객체를 지우는 이벤트가 발생. 텍스트를 편집 중인가 여부를 포함하는 상태를 하나 만들어 이를 추적해 이벤트를 등록, 제거해 해결
Byeonjin added a commit that referenced this issue Dec 12, 2023
Fix(#272, #274, #276): 피드백에서 제보된 메모 관련 문제 해결
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feat 기능 개발 🐞 Fix 버그 수정
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant