Popups for Divi removes other click handlers
-
In the
bindEvent()
function, Popups for Divi removes other event handlers when it calls the jQuery.off() method:
return t.not(".et_pb_section.popup,.area-outer-wrap,.divi-area-wrap").not("[" + a + "]").attr(a, e.theId(!0)).off(i).on(i, this.run);
This should not happen. In my case, it completely breaks Divi Split testing feature. If the intended goal is to prevent opening a link/button then it can be achieved with Event.preventDefault().
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Popups for Divi removes other click handlers’ is closed to new replies.