disabled faulty code in linkifier2

This commit is contained in:
Jörg Breitbart
2022-12-05 18:30:25 +01:00
parent 46bd97247d
commit 42bacc3283
+1 -1
View File
@@ -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);
}
});
}