mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 16:40:13 +01:00
This commit is contained in:
parent
284d78bc27
commit
5f8c76fc87
9 changed files with 443 additions and 23 deletions
|
|
@ -665,7 +665,7 @@ export const dropEvent = (protyle: IProtyle, editorElement: HTMLElement) => {
|
|||
if (isBacklink) {
|
||||
setTimeout(() => {
|
||||
// 等待 drag transaction
|
||||
getAllModels().backlinks.forEach(item => {
|
||||
getAllModels().backlink.forEach(item => {
|
||||
item.refresh();
|
||||
});
|
||||
}, 200);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue