@carbon/charts-react 1.11.18 → 1.11.19
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/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -9672,7 +9672,7 @@ const he = "cds", cn = {
|
|
|
9672
9672
|
};
|
|
9673
9673
|
function tL(e, t, n) {
|
|
9674
9674
|
let r = null;
|
|
9675
|
-
return (...i)
|
|
9675
|
+
return function(...i) {
|
|
9676
9676
|
const s = this;
|
|
9677
9677
|
s.mousePosition = Yn(i[0], n), clearTimeout(r), r = setTimeout(function() {
|
|
9678
9678
|
e.apply(s, i);
|