We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Fix: 메모지 입력 시 백스페이스 문제 해결
메모지의 텍스트가 지워진다.
백스페이스를 누르면 객체를 지우는 이벤트가 발생. 텍스트를 편집 중인가 여부를 포함하는 상태를 하나 만들어 이를 추적해 이벤트를 등록, 제거해 해결
The text was updated successfully, but these errors were encountered:
fix: 메모지 입력 시 백스페이스 문제 해결 #276
dbe6d37
- 백스페이스를 누르면 객체를 지우는 이벤트가 발생. 텍스트를 편집 중인가 여부를 포함하는 상태를 하나 만들어 이를 추적해 이벤트를 등록, 제거해 해결
Merge pull request #277 from Byeonjin/fix/231212-momo-bug-fix
e4427f6
Fix(#272, #274, #276): 피드백에서 제보된 메모 관련 문제 해결
Byeonjin
Successfully merging a pull request may close this issue.
버그 설명
Fix: 메모지 입력 시 백스페이스 문제 해결
재현 방법
예상한 결과
메모지의 텍스트가 지워진다.
스크린샷
디바이스 환경
추가 내용
백스페이스를 누르면 객체를 지우는 이벤트가 발생. 텍스트를 편집 중인가 여부를 포함하는 상태를 하나 만들어 이를 추적해 이벤트를 등록, 제거해 해결
The text was updated successfully, but these errors were encountered: