mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 20:38:52 +00:00
chore: fix eslint in blocksuite (#9232)
This commit is contained in:
@@ -35,7 +35,7 @@ export class BlockComponent<
|
||||
@consume({ context: stdContext })
|
||||
accessor std!: BlockStdScope;
|
||||
|
||||
private _selected = computed(() => {
|
||||
private readonly _selected = computed(() => {
|
||||
const selection = this.std.selection.value.find(selection => {
|
||||
return selection.blockId === this.model?.id;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user