mirror of https://github.com/twbs/bootstrap.git
parent
8c04a74c8c
commit
4b6537bef3
|
|
@ -113,7 +113,7 @@ const Modal = (() => {
|
|||
}
|
||||
|
||||
show(relatedTarget) {
|
||||
if (this._isTransitioning) {
|
||||
if (this._isTransitioning || this._isShown) {
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue