Fix tags box context menu

This commit is contained in:
Dan Stillman 2019-11-29 23:28:23 -07:00
parent fbb54a7621
commit 0fb9548326

View file

@ -325,7 +325,7 @@ var ZoteroItemPane = new function() {
this.onTagsContextPopupShowing = function () {
if (!_lastItem.editable) {
if (!_lastItem.isEditable()) {
return false;
}
}