Vanessa 2024-01-18 19:46:21 +08:00
parent 93081d57f3
commit 2769fc3e03

View file

@ -446,7 +446,9 @@ export const removeBlock = (protyle: IProtyle, blockElement: Element, range: Ran
}
return;
}
if (editableElement.textContent !== "") {
if (editableElement.textContent !== "" ||
// https://github.com/siyuan-note/siyuan/issues/10207
blockElement.classList.contains("av")) {
focusBlock(previousLastElement, undefined, false);
return;
}