mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Update src/browser/services/DecorationService.ts
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
This commit is contained in:
co-authored by
Daniel Imms
parent
ad9818fb1a
commit
53606820a7
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user