From dea0b6942c4df1c1b19e9f2fb30b396b0e258012 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 18 Nov 2012 15:03:40 +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 db07bdc712..f817366396 100644 --- a/Roo/grid/GridDragZone.js +++ b/Roo/grid/GridDragZone.js @@ -34,7 +34,7 @@ Roo.extend(Roo.grid.GridDragZone, Roo.dd.DragZone, { var sm = this.grid.selModel; // if editorgrid.. - if (sm.getSelectedCell && (!sm.getSelectedCell() || (sm.getSelectedCell()[0] == rowIndex) ) { + if (sm.getSelectedCell && (!sm.getSelectedCell() || (sm.getSelectedCell()[0] == rowIndex) ) ) { return; } -- 2.39.2