mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-09 04:54:41 +00:00
parent
8c04a74c8c
commit
4b6537bef3
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ const Modal = (() => {
|
||||||
}
|
}
|
||||||
|
|
||||||
show(relatedTarget) {
|
show(relatedTarget) {
|
||||||
if (this._isTransitioning) {
|
if (this._isTransitioning || this._isShown) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue