mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-11 05:58:56 +08:00
chore: fix eslint in blocksuite (#9232)
This commit is contained in:
@@ -68,7 +68,7 @@ export class AffineLinkedDocWidget extends WidgetComponent<
|
||||
|
||||
private _inlineEditor: AffineInlineEditor | null = null;
|
||||
|
||||
private _observeInputRects = () => {
|
||||
private readonly _observeInputRects = () => {
|
||||
if (!this._inlineEditor) return;
|
||||
|
||||
const updateInputRects = () => {
|
||||
|
||||
Reference in New Issue
Block a user