mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
disabled faulty code in linkifier2
This commit is contained in:
@@ -158,7 +158,7 @@ export class Linkifier2 extends Disposable implements ILinkifier2 {
|
||||
// higher priority links
|
||||
if (this._activeProviderReplies?.size === this._linkProviders.length) {
|
||||
// FIXME: commented out due to bug below
|
||||
//this._removeIntersectingLinks(position.y, this._activeProviderReplies);
|
||||
// this._removeIntersectingLinks(position.y, this._activeProviderReplies);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user