1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 00:24:03 +02:00

Fix modal bug

Fix for issue #24117
This commit is contained in:
lucascono
2017-10-04 06:08:34 -03:00
parent 8c04a74c8c
commit 4b6537bef3

View File

@@ -113,7 +113,7 @@ const Modal = (() => {
} }
show(relatedTarget) { show(relatedTarget) {
if (this._isTransitioning) { if (this._isTransitioning || this._isShown) {
return return
} }