mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 10:22:55 +08:00
chore: fix eslint in blocksuite (#9232)
This commit is contained in:
@@ -36,7 +36,7 @@ export class ListBlockComponent extends CaptionedBlockComponent<
|
||||
|
||||
private _inlineRangeProvider: InlineRangeProvider | null = null;
|
||||
|
||||
private _onClickIcon = (e: MouseEvent) => {
|
||||
private readonly _onClickIcon = (e: MouseEvent) => {
|
||||
e.stopPropagation();
|
||||
|
||||
if (this.model.type === 'toggle') {
|
||||
|
||||
Reference in New Issue
Block a user