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: mouseenter wasn't being emitted when mouseover was emitted at the same time #360

Merged
merged 29 commits into from
Oct 26, 2023

Conversation

marc2332
Copy link
Owner

Depends on #330

@marc2332 marc2332 added the fix 🩹 Fixes a bug label Oct 23, 2023
@codecov
Copy link

codecov bot commented Oct 23, 2023

Codecov Report

Attention: 101 lines in your changes are missing coverage. Please review.

Comparison is base (13d83b9) 51.86% compared to head (7910955) 53.56%.
Report is 1 commits behind head on main.

❗ Current head 7910955 differs from pull request most recent head a93e5a8. Consider uploading reports for the commit a93e5a8 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #360      +/-   ##
==========================================
+ Coverage   51.86%   53.56%   +1.69%     
==========================================
  Files         131      133       +2     
  Lines       11535    11961     +426     
==========================================
+ Hits         5983     6407     +424     
- Misses       5552     5554       +2     
Files Coverage Δ
crates/components/src/external_link.rs 0.00% <ø> (ø)
crates/components/src/switch.rs 0.00% <ø> (ø)
crates/components/src/table.rs 0.00% <ø> (ø)
crates/core/src/events_processor.rs 96.51% <100.00%> (+0.26%) ⬆️
crates/devtools/src/tabs/layout.rs 0.00% <ø> (ø)
crates/dom/src/dom_adapter.rs 54.54% <100.00%> (+0.32%) ⬆️
crates/elements/src/elements.rs 26.66% <ø> (ø)
crates/hooks/src/use_theme.rs 0.00% <ø> (ø)
crates/state/tests/parse_display.rs 100.00% <100.00%> (ø)
crates/testing/tests/test.rs 100.00% <ø> (ø)
... and 21 more

... and 9 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Base automatically changed from feat/enhanced-alignments to main October 26, 2023 21:07
@marc2332 marc2332 marked this pull request as ready for review October 26, 2023 21:10
@marc2332 marc2332 merged commit ac1d1e3 into main Oct 26, 2023
6 checks passed
@marc2332 marc2332 deleted the fix/mouseenter-not-emitted-when-mouseover-is-emitter branch October 26, 2023 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 🩹 Fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant