Vanessa 2025-09-02 17:01:35 +08:00
parent b699675b97
commit 7f1f354d4e
2 changed files with 2769 additions and 3508 deletions

6274
app/pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff

View file

@ -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");
}
}