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(modal): always emit modal:hide #333

Merged
merged 1 commit into from Nov 29, 2017

Conversation

leandrogrillo
Copy link
Contributor

On show method, we always emit modal:show but in hide method we just emit this event when history feature is enabled. This pr makes hide methodo always emit modal:hide

@codecov
Copy link

codecov bot commented Nov 14, 2017

Codecov Report

Merging #333 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #333   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          21     21           
  Lines         415    415           
=====================================
  Hits          415    415
Impacted Files Coverage Δ
src/js/components/modal.js 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2d18415...881cacb. Read the comment docs.

@codecov
Copy link

codecov bot commented Nov 29, 2017

Codecov Report

Merging #333 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #333   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          21     21           
  Lines         415    415           
=====================================
  Hits          415    415
Impacted Files Coverage Δ
src/js/components/modal.js 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2d18415...881cacb. Read the comment docs.

@willamesoares willamesoares merged commit e42e64b into master Nov 29, 2017
@willamesoares willamesoares deleted the fix/always-emit-modal-hide-event branch November 29, 2017 19:41
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.

None yet

3 participants