From 00570bff6a5f9a547f9813a3be6351ce0b529442 Mon Sep 17 00:00:00 2001 From: matsuhav <28914976+matsuhav@users.noreply.github.com> Date: Mon, 1 Oct 2018 09:48:52 +0900 Subject: [PATCH] Commands Follow link(s) in a new tab now work. --- extension/lib/commands.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/extension/lib/commands.coffee b/extension/lib/commands.coffee index d28c453..c5d566d 100644 --- a/extension/lib/commands.coffee +++ b/extension/lib/commands.coffee @@ -546,6 +546,7 @@ helper_follow_clickable = (options, args) -> ctrlKey: true metaKey: true originAttributes: window.document.nodePrincipal?.originAttributes ? {} + triggeringPrincipal: window.document.nodePrincipal }, vim.browser) reset() ) -- 2.39.3