Remove capture of click handler
[ratchet] / dist / ratchet.js
index 9871e0f..4059da3 100644 (file)
     var modal = getModal(event);
     if (modal) modal.classList.toggle('active');
   });
-
-  window.addEventListener('click', function (event) { 
-    if (getModal(event)) event.preventDefault();
-  });
 }();/* ----------------------------------
  * POPOVER v1.0.0
  * Licensed under The MIT License