Closed 1000hz closed 4 years ago
The previous attempt at fixing this (#30) ended up slightly changing event firing closed (because of the removal of the event.stopPropagation() on modal click).
event.stopPropagation()
This PR accomplishes the same thing without disrupting any event propagation.
Fixes #29 (again)
The previous attempt at fixing this (#30) ended up slightly changing event firing closed (because of the removal of the
event.stopPropagation()
on modal click).This PR accomplishes the same thing without disrupting any event propagation.
Fixes #29 (again)