FIX: Typu in intercept-click (#13889)
This commit is contained in:
parent
91456ad2cb
commit
c51b39302c
|
@ -3,7 +3,7 @@ import DiscourseURL from "discourse/lib/url";
|
|||
export function wantsNewWindow(e) {
|
||||
return (
|
||||
e.defaultPrevented ||
|
||||
(e.isDefaultPrevernted && e.isDefaultPrevented()) ||
|
||||
(e.isDefaultPrevented && e.isDefaultPrevented()) ||
|
||||
e.shiftKey ||
|
||||
e.metaKey ||
|
||||
e.ctrlKey ||
|
||||
|
|
Loading…
Reference in New Issue