sccoreui 6.1.9 → 6.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -236,6 +236,8 @@ function ParentForGrid(props) {
|
|
|
236
236
|
const getRowId = (prams) => prams.data.id;
|
|
237
237
|
// Get the direction of selected range
|
|
238
238
|
const onCellMouseDown = (event) => {
|
|
239
|
+
if (event.colDef.suppressFillHandle)
|
|
240
|
+
return;
|
|
239
241
|
setInitialDragRowData(event.node.data);
|
|
240
242
|
};
|
|
241
243
|
// Update cell from front end and give a call back to products
|