Don't do anything on double-click of Unfiled Items
This commit is contained in:
parent
aa81249e5e
commit
2324992ac3
1 changed files with 4 additions and 0 deletions
|
@ -2346,6 +2346,10 @@ var ZoteroPane = new function()
|
||||||
}
|
}
|
||||||
|
|
||||||
if (itemGroup.isSearch()) {
|
if (itemGroup.isSearch()) {
|
||||||
|
// Don't do anything on double-click of Unfiled Items
|
||||||
|
if ((itemGroup.ref.id + "").match(/^8634533000/)) { // 'UNFILED000'
|
||||||
|
return;
|
||||||
|
}
|
||||||
ZoteroPane.editSelectedCollection();
|
ZoteroPane.editSelectedCollection();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue