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(module: core): event listener was broken #2783

Merged
merged 1 commit into from
Oct 11, 2022

Conversation

ElderJames
Copy link
Member

🤔 This is a ...

  • New feature
  • Bug fix
  • Site / documentation update
  • Demo update
  • Component style update
  • Bundle size optimization
  • Performance optimization
  • Refactoring
  • Code style optimization
  • Test Case
  • Branch merge
  • Other (about what?)

🔗 Related issue link

fixed #2777

💡 Background and solution

📝 Changelog

Language Changelog
🇺🇸 English
🇨🇳 Chinese

☑️ Self Check before Merge

⚠️ Please check all items below before review. ⚠️

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • Changelog is provided or not needed

@github-actions
Copy link

github-actions bot commented Oct 11, 2022

@codecov
Copy link

codecov bot commented Oct 11, 2022

Codecov Report

Base: 41.59% // Head: 41.59% // No change to project coverage 👍

Coverage data is based on head (38131ed) compared to base (f7c1e5f).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2783   +/-   ##
=======================================
  Coverage   41.59%   41.59%           
=======================================
  Files         544      544           
  Lines       25712    25712           
  Branches      260      260           
=======================================
  Hits        10694    10694           
  Misses      14978    14978           
  Partials       40       40           
Impacted Files Coverage Δ
...mponents/core/JsInterop/modules/dom/eventHelper.ts 4.47% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@ElderJames ElderJames merged commit 0b76488 into master Oct 11, 2022
@ElderJames ElderJames deleted the fix/core/event-linstener-key branch October 11, 2022 06:50
zxyao145 pushed a commit to zxyao145/ant-design-blazor that referenced this pull request Oct 16, 2022
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.

DomEventListener.AddExclusive doesn't work
2 participants