mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Remove redundant disposal
This commit is contained in:
@@ -40,8 +40,6 @@ export class Linkifier2 extends Disposable implements ILinkifier2 {
|
||||
|
||||
public dispose(): void {
|
||||
super.dispose();
|
||||
this._onShowLinkUnderline.dispose();
|
||||
this._onHideLinkUnderline.dispose();
|
||||
this._lastMouseEvent = undefined;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user