chore: fix eslint in blocksuite (#9232)

This commit is contained in:
Saul-Mirone
2024-12-20 16:48:10 +00:00
parent bfcc53dc1f
commit 3a82da0e5b
269 changed files with 935 additions and 842 deletions
@@ -41,11 +41,11 @@ export class CommentInput extends WithDisposable(ShadowlessElement) {
}
`;
private _cancel = () => {
private readonly _cancel = () => {
this.remove();
};
private _submit = (textSelection: TextSelection) => {
private readonly _submit = (textSelection: TextSelection) => {
const deltas = this._editor.inlineEditor?.yTextDeltas;
if (!deltas) {
this.remove();