You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm afraid this isn't possible. Let me clarify the problem.
The click event handler assigned to my links need to be bypassed only when the command or ctrl is pressed on click.
if(e.ctrlKey || e.metaKey){
//exit pjax, let the browser default behavior function (open the link in a new tab)
}
Users use the keyboard shortcut to open links in new tabs.
Pjax seems to break this browser behaviour.
The text was updated successfully, but these errors were encountered: