From 4564b451c8f92e371abaa2fdf17cdc1bfa065fef Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Tue, 27 Sep 2022 23:07:14 +0200 Subject: [PATCH] Update decorator.ts --- tabby-linkifier/src/decorator.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tabby-linkifier/src/decorator.ts b/tabby-linkifier/src/decorator.ts index e4e2debb..29278683 100644 --- a/tabby-linkifier/src/decorator.ts +++ b/tabby-linkifier/src/decorator.ts @@ -34,7 +34,6 @@ export class LinkHighlighterDecorator extends TerminalDecorator { const openLink = async uri => handler.handle(await getLink(uri), tab) const addon = new WebLinksAddon( - this.onClick.bind(this), async (event, uri) => { if (!this.willHandleEvent(event)) { return