mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
Update decorator.ts
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user