-
Notifications
You must be signed in to change notification settings - Fork 31
fix: touch below element after touch today button in smartphone #91
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
Conversation
chore: remove 'today' event
@@ -144,8 +142,6 @@ var Header = defineClass( | |||
|
|||
if (closest(target, SELECTOR_BTN)) { | |||
this.fire('click', ev); | |||
} else if (closest(target, TODAY_TITLE_ELEM)) { | |||
this.fire('today'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
today
이벤트는 v4.3.0
에서 today
버튼 기능 구현을 위해 추가한 이벤트 입니다.
그러나 구현 방법의 변경으로 인해 내부적으로 더 이상 today
이벤트가 필요하지 않게 되었습니다.
해당 이벤트를 삭제해도 되는지 궁금합니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
외부로 나가지않으면 제거해도 되지 않나요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lja1018 넵, 외부로 나가지 않는 이벤트여서 저도 삭제하는 것으로 작업 했습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
리뷰완료합니다.
@@ -144,8 +142,6 @@ var Header = defineClass( | |||
|
|||
if (closest(target, SELECTOR_BTN)) { | |||
this.fire('click', ev); | |||
} else if (closest(target, TODAY_TITLE_ELEM)) { | |||
this.fire('today'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
외부로 나가지않으면 제거해도 되지 않나요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
리뷰 완료합니다~!
Please check if the PR fulfills these requirements
fix #xxx[,#xxx]
, where "xxx" is the issue number)Description
click
event rather than implementing it through atoday
event.As-Is

To-Be

Thank you for your contribution to TOAST UI product. 🎉 😘 ✨