Roo/grid/GridDragZone.js
[roojs1] / Roo / grid / GridDragZone.js
index e6251ef..ef8c29f 100644 (file)
@@ -38,6 +38,9 @@ Roo.extend(Roo.grid.GridDragZone, Roo.dd.DragZone, {
             if (e.hasModifier()){
                 sm.handleMouseDown(e, t); // non modifier buttons are handled by row select.
             }
+            
+            Roo.log("getDragData");
+            
             return {
                 grid: this.grid,
                 ddel: this.ddel,