diff --git a/src/browser/services/DecorationService.ts b/src/browser/services/DecorationService.ts index de90649e..04b9ec0a 100644 --- a/src/browser/services/DecorationService.ts +++ b/src/browser/services/DecorationService.ts @@ -146,8 +146,6 @@ export class Decoration extends Disposable implements IDecoration { this._container.removeChild(this._element); } this.isDisposed = true; - // Emit before super.dispose such that dispose listeners get a change to react this._onDispose.fire(); - super.dispose(); } }