Fix tags box context menu
This commit is contained in:
parent
fbb54a7621
commit
0fb9548326
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ var ZoteroItemPane = new function() {
|
|||
|
||||
|
||||
this.onTagsContextPopupShowing = function () {
|
||||
if (!_lastItem.editable) {
|
||||
if (!_lastItem.isEditable()) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue