Fix item highlighting in Fx3.6 on child item drag (same as r5555, but for items pane)

This commit is contained in:
Dan Stillman 2010-01-19 06:32:39 +00:00
parent bd5ef678f5
commit f2ae8421a0

View File

@ -2032,7 +2032,7 @@ Zotero.ItemTreeView.prototype.canDrop = function(row, orient, dragData)
//return true;
}
if (!dragData) {
if (!dragData || !dragData.data) {
var dragData = Zotero.DragDrop.getDragData(this);
}
if (!dragData) {