mirror of
https://github.com/zotero/zotero.git
synced 2026-09-24 00:51:37 +00:00
Don't show context menu for source pane headers (e.g., "Group Libraries")
This commit is contained in:
parent
37e1245aaf
commit
34800ec810
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue