mirror of
https://github.com/Eugeny/tabby.git
synced 2025-02-11 14:41:13 +08:00
Update decorator.ts
This commit is contained in:
parent
e63ca33483
commit
4564b451c8
@ -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 New Issue
Block a user