diff --git a/modules/reitit-frontend/src/reitit/frontend/history.cljs b/modules/reitit-frontend/src/reitit/frontend/history.cljs index 35cbf52d..e1aba76d 100644 --- a/modules/reitit-frontend/src/reitit/frontend/history.cljs +++ b/modules/reitit-frontend/src/reitit/frontend/history.cljs @@ -92,7 +92,7 @@ (not (.-ctrlKey e)) (not (.-metaKey e)) (not (.-shiftKey e)) - (not (contains? #{"_blank" "self"} (.getAttribute el "target"))) + (not (contains? #{"_blank" "_self"} (.getAttribute el "target"))) ;; Left button (= 0 (.-button e)) ;; isContentEditable property is inherited from parents,