mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 09:36:17 +08:00
chore: fix eslint in blocksuite (#9232)
This commit is contained in:
@@ -42,7 +42,7 @@ export class AffineSurfaceRefToolbar extends WidgetComponent<
|
||||
moreGroups: MenuItemGroup<SurfaceRefToolbarContext>[] =
|
||||
cloneGroups(BUILT_IN_GROUPS);
|
||||
|
||||
private _hoverController = new HoverController(
|
||||
private readonly _hoverController = new HoverController(
|
||||
this,
|
||||
({ abortController }) => {
|
||||
const surfaceRefBlock = this.block;
|
||||
|
||||
Reference in New Issue
Block a user