Skip to content

Commit

Permalink
Fix tree drop (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharonravindran committed Feb 17, 2017
1 parent 851b467 commit 8812821
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -345,7 +345,7 @@ export class ServerTreeDragAndDrop implements IDragAndDrop {
*/
public onDragOver(tree: ITree, data: IDragAndDropData, targetElement: any, originalEvent: DragMouseEvent): IDragOverReaction {
if (targetElement instanceof ConnectionDisplay || targetElement instanceof ConnectionGroup) {
//return DRAG_OVER_ACCEPT_BUBBLE_DOWN;
return DRAG_OVER_ACCEPT_BUBBLE_DOWN(true);
}
return DRAG_OVER_REJECT;
}
Expand Down

0 comments on commit 8812821

Please sign in to comment.