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: Editors/Filters should create SlickEventData with event arg #1326

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

ghiscoding
Copy link
Owner

@ghiscoding ghiscoding commented Jan 12, 2024

  • the previous code was to extend a SlickEventData with an Event but the correct way is to simply pass the Event to SlickEventData constructor as the first argument and we're done

- the previous code was to extend a SlickEventData with an Event but the correct way is to simply pass the Event to SlickEventData as the first argument and we're done
Copy link

codecov bot commented Jan 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7e5b018) 98.0% compared to head (f55c140) 98.0%.

Additional details and impacted files
@@          Coverage Diff           @@
##           master   #1326   +/-   ##
======================================
  Coverage    98.0%   98.0%           
======================================
  Files         198     198           
  Lines       21284   21284           
  Branches     7093    7093           
======================================
  Hits        20845   20845           
  Misses        439     439           

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

@ghiscoding ghiscoding merged commit e008902 into master Jan 12, 2024
5 checks passed
@ghiscoding ghiscoding deleted the bugfix/editor-slick-event-data branch January 12, 2024 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants