I tried adding the solution above by adding:
evt.stopPropagation();
evt.preventDefault();
but didn’t work. However adding this:
evt.stopImmediatePropagation();
solved the problem! 🙂
I tried adding the solution above by adding:
evt.stopPropagation();
evt.preventDefault();
but didn’t work. However adding this:
evt.stopImmediatePropagation();
solved the problem! 🙂