From bf557929145c24acc30129354341aeaabe0a5189 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 18 Nov 2012 14:50:31 +0800 Subject: [PATCH] Roo/grid/GridDragZone.js --- Roo/grid/GridDragZone.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/grid/GridDragZone.js b/Roo/grid/GridDragZone.js index ef8c29fc13..ed8d74d389 100644 --- a/Roo/grid/GridDragZone.js +++ b/Roo/grid/GridDragZone.js @@ -45,7 +45,7 @@ Roo.extend(Roo.grid.GridDragZone, Roo.dd.DragZone, { grid: this.grid, ddel: this.ddel, rowIndex: rowIndex, - selections:sm.getSelections() + selections:sm.getSelections ? sm.getSelections() : [ grid.ds.getAt(sm.getSelectedCell()[0]) ] }; } return false; -- 2.39.2