diff --git a/src/mailgo.js b/src/mailgo.js index 34e9b61..c801bf3 100644 --- a/src/mailgo.js +++ b/src/mailgo.js @@ -225,7 +225,7 @@ mailgoInit = () => { // clock the mailto: classic behaviour event.preventDefault(); - // modal is now active (showing) + // modal is now showing mailgo.nextElementSibling.style.display = "flex"; }, false