mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-16 05:47:09 +08:00
chore: fix eslint in blocksuite (#9232)
This commit is contained in:
@@ -25,7 +25,7 @@ export class AffineImageToolbarWidget extends WidgetComponent<
|
||||
|
||||
private _isActivated = false;
|
||||
|
||||
private _setHoverController = () => {
|
||||
private readonly _setHoverController = () => {
|
||||
this._hoverController = null;
|
||||
this._hoverController = new HoverController(
|
||||
this,
|
||||
|
||||
Reference in New Issue
Block a user