提交 304901a9 编写于 作者: D Daniel Imms

Remove now unneeded workaround to xterm bug

Fixes #69975
上级 1c41ee34
......@@ -577,10 +577,6 @@ export class TerminalInstance implements ITerminalInstance {
if (this._processManager) {
this._widgetManager = new TerminalWidgetManager(this._wrapperElement);
// HACK: This can be removed once this is fixed upstream xtermjs/xterm.js#1908
this._disposables.push(dom.addDisposableListener(this._xterm.element, 'mouseleave', () => {
this._widgetManager.closeMessage();
}));
this._linkHandler.setWidgetManager(this._widgetManager);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册