Skip to content

Commit

Permalink
Fix modal bug
Browse files Browse the repository at this point in the history
Fix for issue #24117
  • Loading branch information
lucascono committed Oct 4, 2017
1 parent 8c04a74 commit 4b6537b
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 4b6537b

Please sign in to comment.