Fix bibliography editor dialog (regression c89590c7
)
This commit is contained in:
parent
a8ccab78f5
commit
220eba8c63
1 changed files with 3 additions and 3 deletions
|
@ -57,14 +57,14 @@ var Zotero_Bibliography_Dialog = new function () {
|
|||
window.addEventListener('dialogcancel', () => Zotero_Bibliography_Dialog.close());
|
||||
|
||||
_editor = document.querySelector('#editor').contentWindow.editor;
|
||||
|
||||
// load (from selectItemsDialog.js)
|
||||
await doLoad();
|
||||
|
||||
if (!io.itemTreeID) {
|
||||
io.itemTreeID = "edit-bib-select-item-dialog";
|
||||
}
|
||||
|
||||
// load (from selectItemsDialog.js)
|
||||
await doLoad();
|
||||
|
||||
// load bibliography entries
|
||||
_loadItems();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue