mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-06 11:59:51 +08:00
chore: fix eslint in blocksuite (#9232)
This commit is contained in:
@@ -32,9 +32,9 @@ export interface AwarenessEvent<
|
||||
}
|
||||
|
||||
export class AwarenessStore<Flags extends BlockSuiteFlags = BlockSuiteFlags> {
|
||||
private _flags: Signal<Flags>;
|
||||
private readonly _flags: Signal<Flags>;
|
||||
|
||||
private _onAwarenessChange = (diff: {
|
||||
private readonly _onAwarenessChange = (diff: {
|
||||
added: number[];
|
||||
removed: number[];
|
||||
updated: number[];
|
||||
|
||||
Reference in New Issue
Block a user