mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-30 00:29:46 +08:00
chore: fix eslint in blocksuite (#9232)
This commit is contained in:
@@ -125,7 +125,7 @@ export class Tooltip extends LitElement {
|
||||
|
||||
private _hoverController!: HoverController;
|
||||
|
||||
private _setUpHoverController = () => {
|
||||
private readonly _setUpHoverController = () => {
|
||||
this._hoverController = new HoverController(
|
||||
this,
|
||||
() => {
|
||||
|
||||
Reference in New Issue
Block a user