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

[Fix/BAR-258] 끄적이는 페이지에서 내용 입력 후 엔터 클릭시 제출 처리 #82

Merged
merged 3 commits into from
Feb 23, 2024

Conversation

miro-ring
Copy link
Contributor

@miro-ring miro-ring commented Feb 23, 2024

Summary

구현 내용 및 작업한 내역을 요약해서 적어주세요

https://medium.com/@1004wipi/%ED%95%9C%EA%B8%80-%EC%9E%85%EB%A0%A5-%EC%8B%9C-%EC%A4%91%EB%B3%B5-%EC%9D%B4%EB%B2%A4%ED%8A%B8-%EB%B0%9C%EC%83%9D-5dcdbb24526a

https://minjung-jeon.github.io/IME-keyCode-229-issue/

https://stackoverflow.com/questions/6014702/how-do-i-detect-shiftenter-and-generate-a-new-line-in-textarea

키다운 이벤트가 중복 발생하는 문제가 있었는데 한글 사용시 composite 되기 때문

How To Test

  • 엔터 클릭시 제출 되어야 합니다.
  • shift + enter 클릭시 제출되어서는 안됩니다.

Copy link
Member

@dmswl98 dmswl98 left a comment

Choose a reason for hiding this comment

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

@miro-ring miro-ring merged commit 6433421 into main Feb 23, 2024
@miro-ring miro-ring deleted the fix/BAR-258 branch February 23, 2024 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants