@oliasoft-open-source/charts-library 4.7.7-beta-10 → 4.7.7-beta-11
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 +2 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -26627,8 +26627,6 @@ const handleAnnotationMouseUp = (isDragging2, activeAnnotation, chart2, canvas2,
|
|
|
26627
26627
|
activeAnnotation
|
|
26628
26628
|
);
|
|
26629
26629
|
}
|
|
26630
|
-
setDraggingState(false, null);
|
|
26631
|
-
chart2 == null ? void 0 : chart2.update();
|
|
26632
26630
|
}
|
|
26633
26631
|
}
|
|
26634
26632
|
};
|
|
@@ -26766,13 +26764,11 @@ const annotationDraggerPlugin = {
|
|
|
26766
26764
|
handleAnnotationMouseMoveDebounce();
|
|
26767
26765
|
});
|
|
26768
26766
|
canvas2.addEventListener(MouseEvents.MOUSEUP, (event) => {
|
|
26769
|
-
|
|
26767
|
+
event.currentTarget;
|
|
26770
26768
|
handleAnnotationMouseUp(
|
|
26771
26769
|
isDragging2,
|
|
26772
26770
|
activeAnnotation,
|
|
26773
|
-
chart2
|
|
26774
|
-
canvasEvent,
|
|
26775
|
-
setDraggingState
|
|
26771
|
+
chart2
|
|
26776
26772
|
);
|
|
26777
26773
|
});
|
|
26778
26774
|
canvas2.dataset.annotationDraggerInitialized = "true";
|