@oliasoft-open-source/charts-library 4.7.7-beta-3 → 4.7.7-beta-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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -26629,7 +26629,7 @@ const handleAnnotationMouseUp = (isDragging2, activeAnnotation, chart2, canvas2,
|
|
|
26629
26629
|
}
|
|
26630
26630
|
console.log("Chart", chart2);
|
|
26631
26631
|
console.log("canvas", canvas2);
|
|
26632
|
-
if (!isNil(canvas2) && !isNil(
|
|
26632
|
+
if (!isNil(canvas2) && !isNil(canvas2.style)) {
|
|
26633
26633
|
canvas2.style.cursor = CursorStyle.Pointer;
|
|
26634
26634
|
}
|
|
26635
26635
|
setDraggingState(false, null);
|