mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
This commit is contained in:
parent
b699675b97
commit
7f1f354d4e
2 changed files with 2769 additions and 3508 deletions
6274
app/pnpm-lock.yaml
generated
6274
app/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
|
@ -784,7 +784,8 @@ export const refreshAV = (protyle: IProtyle, operation: IOperation) => {
|
|||
}
|
||||
}
|
||||
if (popCellElement && popCellElement.getAttribute("data-detached") === "true" &&
|
||||
popCellElement.querySelector(".av__celltext").textContent === "") {
|
||||
popCellElement.querySelector(".av__celltext").textContent === "" &&
|
||||
popCellElement.getBoundingClientRect().height !== 0) {
|
||||
popTextCell(protyle, [popCellElement], "block");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue