Don't do anything on double-click of Unfiled Items
This commit is contained in:
parent
aa81249e5e
commit
2324992ac3
|
@ -2346,6 +2346,10 @@ var ZoteroPane = new function()
|
|||
}
|
||||
|
||||
if (itemGroup.isSearch()) {
|
||||
// Don't do anything on double-click of Unfiled Items
|
||||
if ((itemGroup.ref.id + "").match(/^8634533000/)) { // 'UNFILED000'
|
||||
return;
|
||||
}
|
||||
ZoteroPane.editSelectedCollection();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user