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

이벤트 중복 add 방지 #68

Closed
jaekwanAHN opened this issue Apr 26, 2023 · 0 comments · Fixed by #69
Closed

이벤트 중복 add 방지 #68

jaekwanAHN opened this issue Apr 26, 2023 · 0 comments · Fixed by #69
Assignees
Labels
enhancement New feature or request

Comments

@jaekwanAHN
Copy link
Collaborator

작업 목록

  • 큰 틀
  • 이벤트 중복 add 방지
    • 작은 틀
    • addEventListener를 사용할 경우 동일한 이벤트가 중복으로 생성 될 수 있습니다.
      1. city.onclick = () => handleClickMarker(city); // Property 'onclick' does not exist on type 'Element'.ts(2339)
      1. setAttribute?
@jaekwanAHN jaekwanAHN added the enhancement New feature or request label Apr 26, 2023
@jaekwanAHN jaekwanAHN self-assigned this Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant