mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +00:00
Update decorator.ts
This commit is contained in:
parent
e63ca33483
commit
4564b451c8
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue