Hi,
Previously, the frontend script (front.js) file was only enqueued after the conditionnal :
if ( ! $this->cookie_setted() )
Since version 1.2.38, front.js is always enqueued ; making the function cnHandleScroll always active if ‘On scroll’ option is selected.
It then seems to call setCookieNotice and trigger the setCookieNotice event whenever the frontend user scroll any page.
Is this the expected behavior for the setCookieNotice event?
Regards