Commit cc2f5f71 authored by Lucas Banegas's avatar Lucas Banegas Committed by GitHub
Browse files

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

Fix modal bug
parents 8c04a74c 4b6537be
Showing with 1 addition and 1 deletion
+1 -1
...@@ -113,7 +113,7 @@ const Modal = (() => { ...@@ -113,7 +113,7 @@ const Modal = (() => {
} }
show(relatedTarget) { show(relatedTarget) {
if (this._isTransitioning) { if (this._isTransitioning || this._isShown) {
return return
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment