Don't show context menu for source pane headers (e.g., "Group Libraries")
This commit is contained in:
parent
37e1245aaf
commit
34800ec810
|
@ -1851,6 +1851,9 @@ var ZoteroPane = new function()
|
|||
else if (itemGroup.isTrash()) {
|
||||
show = [m.emptyTrash];
|
||||
}
|
||||
else if (itemGroup.isHeader()) {
|
||||
// Don't show menu for headers
|
||||
}
|
||||
else if (itemGroup.isCommons()) {
|
||||
show = [m.refreshCommons];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user