mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
release active handler list on dispose in DcsHandler
This commit is contained in:
@@ -20,6 +20,7 @@ export class DcsParser implements IDcsParser {
|
||||
public dispose(): void {
|
||||
this._handlers = Object.create(null);
|
||||
this._handlerFb = () => {};
|
||||
this._active = EMPTY_HANDLERS;
|
||||
}
|
||||
|
||||
public registerHandler(ident: number, handler: IDcsHandler): IDisposable {
|
||||
|
||||
Reference in New Issue
Block a user