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