mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
chore: fix eslint in blocksuite (#9232)
This commit is contained in:
@@ -4,7 +4,7 @@ import { Signal } from '@preact/signals-core';
|
||||
import type { BlockStdScope } from '../scope/block-std-scope.js';
|
||||
|
||||
export class KeyboardController {
|
||||
private _disposable = new DisposableGroup();
|
||||
private readonly _disposable = new DisposableGroup();
|
||||
|
||||
shiftKey$ = new Signal<boolean>(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user