mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-29 19:56:10 +01:00
This commit is contained in:
parent
efcba48f90
commit
ba160d1f44
3 changed files with 9 additions and 4 deletions
|
|
@ -173,6 +173,11 @@ const processAV = (range: Range, html: string, protyle: IProtyle, blockElement:
|
|||
nextID: previousID,
|
||||
isDetached: selectCellElement.dataset.detached === "true",
|
||||
}]);
|
||||
updateAttrViewCellAnimation(selectCellElement, {
|
||||
type: "block",
|
||||
isDetached: false,
|
||||
block: {content: contenteditableElement.firstElementChild.textContent, id: sourceId}
|
||||
});
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue