Close #932, Disable file dragging into My Publications
Already disabled for collections pane, now for items pane
This commit is contained in:
parent
d0b1a45c61
commit
8a7d405e4d
1 changed files with 2 additions and 2 deletions
|
@ -2960,8 +2960,8 @@ Zotero.ItemTreeView.prototype.canDropCheck = function (row, orient, dataTransfer
|
|||
return false;
|
||||
}
|
||||
}
|
||||
// Don't allow drop into searches
|
||||
else if (collectionTreeRow.isSearch()) {
|
||||
// Don't allow drop into searches or publications
|
||||
else if (collectionTreeRow.isSearch() || collectionTreeRow.isPublications()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue