Vanessa 2022-09-28 23:53:04 +08:00
parent 284d78bc27
commit 5f8c76fc87
9 changed files with 443 additions and 23 deletions

View file

@ -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);