diff --git a/chrome/content/zotero/xpcom/collectionTreeView.js b/chrome/content/zotero/xpcom/collectionTreeView.js index a0b2c1ce1b..ab58bc6ac3 100644 --- a/chrome/content/zotero/xpcom/collectionTreeView.js +++ b/chrome/content/zotero/xpcom/collectionTreeView.js @@ -1044,7 +1044,7 @@ Zotero.CollectionTreeView.prototype.canDrop = function(row, orient, dragData) return false; } - if (!dragData) { + if (!dragData || !dragData.data) { var dragData = Zotero.DragDrop.getDragData(this); } if (!dragData) {