Skip to content

Commit

Permalink
Merge pull request #1 from lucascono/v4-dev-modal-fix
Browse files Browse the repository at this point in the history
Fix modal bug
  • Loading branch information
lucascono authored Oct 4, 2017
2 parents 8c04a74 + 4b6537b commit cc2f5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const Modal = (() => {
}

show(relatedTarget) {
if (this._isTransitioning) {
if (this._isTransitioning || this._isShown) {
return
}

Expand Down

0 comments on commit cc2f5f7

Please sign in to comment.