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(directive): 🧩 removeEventListener parameter is wrong #328

Merged
merged 4 commits into from
Jun 18, 2024

Commits on Oct 18, 2023

  1. fix(directive): 🧩 removeEventListener parameter is wrong

    el.__handleClick__ 没有指向添加监听器时的同一个函数地址,导致移除监听器失败
    lean committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    f08a125 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    bb5644f View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    9b61228 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    5eca45a View commit details
    Browse the repository at this point in the history