mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-02 18:09:58 +08:00
chore: fix eslint in blocksuite (#9232)
This commit is contained in:
@@ -100,7 +100,7 @@ export class SurfaceBlockComponent extends BlockComponent<
|
||||
|
||||
private _cachedViewport = new Bound();
|
||||
|
||||
private _initThemeObserver = () => {
|
||||
private readonly _initThemeObserver = () => {
|
||||
const theme = this.std.get(ThemeProvider);
|
||||
this.disposables.add(theme.theme$.subscribe(() => this.requestUpdate()));
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user