diff --git a/js/jquery-accessibleMegaMenu.js b/js/jquery-accessibleMegaMenu.js index 1a0e3f5..0a0143b 100644 --- a/js/jquery-accessibleMegaMenu.js +++ b/js/jquery-accessibleMegaMenu.js @@ -303,7 +303,7 @@ limitations under the License. event.preventDefault(); event.stopPropagation(); this.justFocused = false; - } else if (isTouch) { + } else if (isTouch && !target.is("a")) { event.preventDefault(); event.stopPropagation(); _togglePanel.call(this, event, target.hasClass(this.settings.openClass));