mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-05 10:59: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 openLink = async uri => handler.handle(await getLink(uri), tab)
|
||||||
|
|
||||||
const addon = new WebLinksAddon(
|
const addon = new WebLinksAddon(
|
||||||
this.onClick.bind(this),
|
|
||||||
async (event, uri) => {
|
async (event, uri) => {
|
||||||
if (!this.willHandleEvent(event)) {
|
if (!this.willHandleEvent(event)) {
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user