mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-09 21:25:45 +08:00
chore: fix eslint in blocksuite (#9232)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user