Update src/browser/services/DecorationService.ts

Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
This commit is contained in:
Megan Rogge
2022-02-08 21:02:15 -06:00
committed by GitHub
co-authored by Daniel Imms
parent ad9818fb1a
commit 53606820a7
+1 -1
View File
@@ -19,7 +19,7 @@ export interface IDecorationService extends IDisposable {
export class DecorationService extends Disposable implements IDecorationService {
private _decorations: Decoration[] = [];
private readonly _decorations: Decoration[] = [];
constructor(
private readonly _screenElement: HTMLElement,