mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-28 09:54:07 +01:00
🐛 文档转换标题后文档树刷新不正确 https://github.com/siyuan-note/siyuan/issues/7435
This commit is contained in:
parent
c65a88db88
commit
685d47452d
2 changed files with 7 additions and 4 deletions
|
|
@ -818,10 +818,6 @@ export const dropEvent = (protyle: IProtyle, editorElement: HTMLElement) => {
|
|||
after: targetElement.classList.contains("dragover__bottom"),
|
||||
targetID: targetElement.getAttribute("data-node-id"),
|
||||
});
|
||||
fetchPost("/api/filetree/removeDoc", {
|
||||
notebook: response.data.srcTreeBox,
|
||||
path: response.data.srcTreePath,
|
||||
});
|
||||
}
|
||||
}
|
||||
fetchPost("/api/filetree/getDoc", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue