mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
chore: fix eslint in blocksuite (#9232)
This commit is contained in:
@@ -71,7 +71,7 @@ export type Layer = BlockLayer | CanvasLayer;
|
||||
export class LayerManager {
|
||||
static INITIAL_INDEX = 'a0';
|
||||
|
||||
private _disposable = new DisposableGroup();
|
||||
private readonly _disposable = new DisposableGroup();
|
||||
|
||||
blocks: GfxBlockElementModel[] = [];
|
||||
|
||||
@@ -100,7 +100,7 @@ export class LayerManager {
|
||||
};
|
||||
|
||||
constructor(
|
||||
private _doc: Doc,
|
||||
private readonly _doc: Doc,
|
||||
private _surface: SurfaceBlockModel | null,
|
||||
options: {
|
||||
watch: boolean;
|
||||
|
||||
Reference in New Issue
Block a user