feat: Intra-line double link interaction

This commit is contained in:
xiaodong zuo
2022-08-19 18:22:57 +08:00
parent 33d8b551d4
commit 3570aab4e8
4 changed files with 16 additions and 69 deletions
@@ -162,7 +162,6 @@ export class AsyncBlock {
const oldData = this.raw_data;
this.raw_data = blockData;
this.raw_data = await this.filterPageInvalidChildren(blockData);
this.raw_data = await this.updateDoubleLinkBlock(this.raw_data);
this.emit('update', { block: this, oldData });
}
);