Vanessa 2024-05-01 16:26:14 +08:00
parent ca856a8770
commit bb8ed88259

View file

@ -806,7 +806,7 @@ export const keydown = (protyle: IProtyle, editorElement: HTMLElement) => {
event.stopPropagation();
event.preventDefault();
return;
} else
} else {
// 图片前 Delete 无效 https://github.com/siyuan-note/siyuan/issues/11209
let nextSibling = hasNextSibling(range.startContainer) as Element;
if (nextSibling) {