diff --git a/src/exit-intent.js b/src/exit-intent.js index 077ec6b..e181a96 100644 --- a/src/exit-intent.js +++ b/src/exit-intent.js @@ -44,7 +44,7 @@ export default function ExitIntent (options = {}) { // =========================== // EVENT LISTENERS // DESKTOP: MOUSEOUT event - const onMouse = () => { + const onMouse = (e) => { if (!(e instanceof MouseEvent)) { return; }