mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-06 11:59:51 +08:00
fix: lint error
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user