mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-05 20:30:15 +01:00
This commit is contained in:
parent
ba28df5d5e
commit
4001317ab2
1 changed files with 1 additions and 1 deletions
|
|
@ -755,7 +755,7 @@ export const dropEvent = (protyle: IProtyle, editorElement: HTMLElement) => {
|
|||
});
|
||||
insertHTML(protyle.lute.SpinBlockDOM(html), protyle, true);
|
||||
blockRender(protyle, protyle.wysiwyg.element);
|
||||
} else if (targetElement) {
|
||||
} else if (targetElement && targetElement.className.indexOf("dragover__") > -1) {
|
||||
let queryClass = "";
|
||||
selectedIds.forEach(item => {
|
||||
queryClass += `[data-node-id="${item}"],`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue