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) {
|
export function wantsNewWindow(e) {
|
||||||
return (
|
return (
|
||||||
e.defaultPrevented ||
|
e.defaultPrevented ||
|
||||||
(e.isDefaultPrevernted && e.isDefaultPrevented()) ||
|
(e.isDefaultPrevented && e.isDefaultPrevented()) ||
|
||||||
e.shiftKey ||
|
e.shiftKey ||
|
||||||
e.metaKey ||
|
e.metaKey ||
|
||||||
e.ctrlKey ||
|
e.ctrlKey ||
|
||||||
|
|
Loading…
Reference in New Issue