@axinom/mosaic-ui 0.64.0-rc.4 → 0.64.0-rc.6
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axinom/mosaic-ui",
|
|
3
|
-
"version": "0.64.0-rc.
|
|
3
|
+
"version": "0.64.0-rc.6",
|
|
4
4
|
"description": "UI components for building Axinom Mosaic applications",
|
|
5
5
|
"author": "Axinom",
|
|
6
6
|
"license": "PROPRIETARY",
|
|
@@ -112,5 +112,5 @@
|
|
|
112
112
|
"publishConfig": {
|
|
113
113
|
"access": "public"
|
|
114
114
|
},
|
|
115
|
-
"gitHead": "
|
|
115
|
+
"gitHead": "d4feba592491a580f9168c306faa425c3020f4ea"
|
|
116
116
|
}
|
|
@@ -139,7 +139,7 @@ export const DynamicListRow = <T extends Data>({
|
|
|
139
139
|
onClick={() => allowEditing && onRowClicked(data)}
|
|
140
140
|
>
|
|
141
141
|
{showPositionColumn && (
|
|
142
|
-
<div className={classes.position}>
|
|
142
|
+
<div className={classes.position} onClick={(e) => e.stopPropagation()}>
|
|
143
143
|
{allowDragging && (
|
|
144
144
|
<div className={classes.draggable} {...provided?.dragHandleProps}>
|
|
145
145
|
<Icons icon={IconName.Drag} className={classes.dragIcon} />
|