mirror of
https://github.com/zotero/zotero.git
synced 2026-09-19 00:01:31 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue