Fix item highlighting in Fx3.6 on child item drag (same as r5555, but for items pane)
This commit is contained in:
parent
bd5ef678f5
commit
f2ae8421a0
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user