diff --git a/src/toastify.js b/src/toastify.js index 95558e2..948a250 100644 --- a/src/toastify.js +++ b/src/toastify.js @@ -123,7 +123,7 @@ divElement.addEventListener( "mouseover", function(event) { - window.clearTimeout(event.target.timeOutValue); + window.clearTimeout(divElement.timeOutValue); } ) // add back the timeout