Fix collection highlighting when dragging items in Firefox 3.6 (due to recent Fx change, I would think)

This commit is contained in:
Dan Stillman 2009-12-30 23:22:08 +00:00
parent 059efa4a67
commit 548b3b20ed

View file

@ -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) {