@2uinc/frontend-component-xpert-chatbot 1.11.0-alpha.6 → 1.11.0-alpha.7
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/lib/index.min.js +1 -1
- package/package.json +1 -1
package/dist/lib/index.min.js
CHANGED
@@ -2830,7 +2830,7 @@ const Eu = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTg3MSIgaGVpZ2h0PSI1NjQiIH
|
|
2830
2830
|
i.current.querySelectorAll(
|
2831
2831
|
".xpert_chatbot__animated_graduate__pupil"
|
2832
2832
|
).forEach((I) => {
|
2833
|
-
var b = I.getBoundingClientRect(), C = (m.pageX - b.left) / 30 + "px", x = (m.pageY - window.scrollY - b.top) / 30 + "px";
|
2833
|
+
var b = I.getBoundingClientRect(), C = (m.pageX - window.scrollX - b.left) / 30 + "px", x = (m.pageY - window.scrollY - b.top) / 30 + "px";
|
2834
2834
|
I.style.transform = "translate3d(" + C + "," + x + ", 0px)";
|
2835
2835
|
});
|
2836
2836
|
});
|