mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-23 16:56:10 +01:00
This commit is contained in:
parent
ca856a8770
commit
bb8ed88259
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue