Skip to content

Commit cc2f5f7

Browse files
authored
Merge pull request twbs#1 from lucascono/v4-dev-modal-fix
Fix modal bug
2 parents 8c04a74 + 4b6537b commit cc2f5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/src/modal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const Modal = (() => {
113113
}
114114

115115
show(relatedTarget) {
116-
if (this._isTransitioning) {
116+
if (this._isTransitioning || this._isShown) {
117117
return
118118
}
119119

0 commit comments

Comments
 (0)