stopPropagation of click event in alert

This commit is contained in:
HF 2021-03-17 14:34:29 +01:00
parent c2bf474136
commit c771e4a74d

View File

@ -49,6 +49,7 @@ const Alert = () => {
> >
<div <div
className="Alert" className="Alert"
onClick={(evt) => evt.stopPropagation()}
> >
<h2>{alertTitle}</h2> <h2>{alertTitle}</h2>
<p className="modaltext"> <p className="modaltext">