mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
This commit is contained in:
parent
eb578a3d9d
commit
04fc8cfa97
2 changed files with 5 additions and 5 deletions
|
|
@ -782,7 +782,8 @@ export const refreshAV = (protyle: IProtyle, operation: IOperation) => {
|
|||
popCellElement = popCellElements[0] as HTMLElement;
|
||||
}
|
||||
}
|
||||
if (popCellElement && popCellElement.getAttribute("data-detached") === "true") {
|
||||
if (popCellElement && popCellElement.getAttribute("data-detached") === "true" &&
|
||||
popCellElement.querySelector(".av__celltext").textContent === "") {
|
||||
popTextCell(protyle, [popCellElement], "block");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue