mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-05 19:09:54 +00:00
Update decorator.ts
This commit is contained in:
parent
8593ad89c6
commit
d97e0e1946
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user