2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Merge pull request #1 from lucascono/v4-dev-modal-fix

Fix modal bug
This commit is contained in:
Lucas Banegas
2017-10-04 06:13:36 -03:00
committed by GitHub
+1 -1
View File
@@ -113,7 +113,7 @@ const Modal = (() => {
} }
show(relatedTarget) { show(relatedTarget) {
if (this._isTransitioning) { if (this._isTransitioning || this._isShown) {
return return
} }