mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 16:40:13 +01:00
This commit is contained in:
parent
303f653c33
commit
4ef70dbdc0
4 changed files with 9 additions and 4 deletions
|
|
@ -620,7 +620,7 @@ export const dropEvent = (protyle: IProtyle, editorElement: HTMLElement) => {
|
|||
selectedIds.forEach(item => {
|
||||
html += `{{select * from blocks where id='${item}'}}\n`;
|
||||
});
|
||||
insertHTML(protyle.lute.SpinBlockDOM(html), protyle);
|
||||
insertHTML(protyle.lute.SpinBlockDOM(html), protyle, true);
|
||||
blockRender(protyle, protyle.wysiwyg.element);
|
||||
} else if (targetElement) {
|
||||
const targetClass = targetElement.className.split(" ");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue