mirror of
https://github.com/zotero/zotero.git
synced 2026-09-24 00:51:37 +00:00
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…
Add table
Reference in a new issue