mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-22 04:21:40 +08:00
chore: fix eslint in blocksuite (#9232)
This commit is contained in:
+1
-1
@@ -172,7 +172,7 @@ export class EdgelessAutoConnectWidget extends WidgetComponent<
|
||||
}
|
||||
`;
|
||||
|
||||
private _updateLabels = () => {
|
||||
private readonly _updateLabels = () => {
|
||||
const service = this.service;
|
||||
if (!service.doc.root) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user