@oliasoft-open-source/charts-library 3.4.3 → 3.4.4
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/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22087,6 +22087,9 @@ const reducer$1 = (state, action) => {
|
|
|
22087
22087
|
if (draft.zoomEnabled) {
|
|
22088
22088
|
draft.zoomEnabled = false;
|
|
22089
22089
|
}
|
|
22090
|
+
if (draft.enableDragPoints) {
|
|
22091
|
+
draft.enableDragPoints = false;
|
|
22092
|
+
}
|
|
22090
22093
|
break;
|
|
22091
22094
|
}
|
|
22092
22095
|
case TOGGLE_POINTS: {
|