This commit is contained in:
Vanessa 2022-12-02 17:37:29 +08:00
parent 3247769115
commit 8a9a570b0e
3 changed files with 4 additions and 1 deletions

View file

@ -406,6 +406,7 @@ export class Backlink extends Model {
breadcrumb: false,
}
});
editor.protyle.notebookId = liElement.getAttribute("data-notebook-id");
this.editors.push(editor);
});
}