Rough repro:
- Create terminal and open
- Load addon
- Detach element from DOM
- Dispose addon
This line throws
|
this._core.screenElement!.removeChild(this._canvas); |
Ran into this when implementing unsplit which will reparent the terminal element. microsoft/vscode#121278
Rough repro:
This line throws
xterm.js/addons/xterm-addon-webgl/src/WebglRenderer.ts
Line 111 in a385ab0
Ran into this when implementing unsplit which will reparent the terminal element. microsoft/vscode#121278