Fix not updating reader "Add to Note" button regression
This commit is contained in:
parent
b3cf2ac67e
commit
a12c032ab9
1 changed files with 1 additions and 1 deletions
|
@ -794,7 +794,7 @@ var ZoteroContextPane = new function () {
|
|||
editor.saveSync();
|
||||
_panesDeck.setAttribute('selectedIndex', 1);
|
||||
_notesPaneDeck.selectedPanel.setAttribute('selectedIndex', 0);
|
||||
vbox.remove();
|
||||
vbox?.remove();
|
||||
_updateAddToNote();
|
||||
_preventGlobalDeckChange = true;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue