mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-10 13:38:49 +08:00
feat: Intra-line double link interaction
This commit is contained in:
@@ -162,6 +162,7 @@ export class AsyncBlock {
|
|||||||
const oldData = this.raw_data;
|
const oldData = this.raw_data;
|
||||||
this.raw_data = blockData;
|
this.raw_data = blockData;
|
||||||
this.raw_data = await this.filterPageInvalidChildren(blockData);
|
this.raw_data = await this.filterPageInvalidChildren(blockData);
|
||||||
|
this.raw_data = await this.updateDoubleLinkBlock(this.raw_data);
|
||||||
this.emit('update', { block: this, oldData });
|
this.emit('update', { block: this, oldData });
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user