fix: lint error

This commit is contained in:
QiShaoXuan
2022-08-25 10:51:27 +08:00
parent 2e2d0b121b
commit 03c01985c2
19 changed files with 34 additions and 44 deletions
@@ -26,7 +26,7 @@ export class BulletBlock extends BaseView {
}
return block;
}
override async html2block2({
override async html2block({
element,
editor,
}: {
@@ -43,7 +43,7 @@ export class BulletBlock extends BaseView {
const childrenBlockInfos = (
await Promise.all(
children.map(childElement =>
this.html2block2({
this.html2block({
editor,
element: childElement,
})