@plaidev/karte-action-sdk 1.1.173-28031673.7262d61e → 1.1.173-28031763.0b4ab622
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/hydrate/index.es.js +2 -2
- package/dist/index.es.js +2 -2
- package/package.json +1 -1
package/dist/hydrate/index.es.js
CHANGED
@@ -8022,9 +8022,9 @@ function instance$b($$self, $$props, $$invalidate) {
|
|
8022
8022
|
|
8023
8023
|
function handleTouchMove(event) {
|
8024
8024
|
// event.preventDefault();
|
8025
|
-
event.stopPropagation();
|
8026
|
-
|
8025
|
+
// event.stopPropagation();
|
8027
8026
|
const clientX = event.touches[0].clientX;
|
8027
|
+
|
8028
8028
|
const timeStamp = event.timeStamp;
|
8029
8029
|
handleMoving(clientX, timeStamp);
|
8030
8030
|
}
|
package/dist/index.es.js
CHANGED
@@ -7535,9 +7535,9 @@ function instance$b($$self, $$props, $$invalidate) {
|
|
7535
7535
|
|
7536
7536
|
function handleTouchMove(event) {
|
7537
7537
|
// event.preventDefault();
|
7538
|
-
event.stopPropagation();
|
7539
|
-
|
7538
|
+
// event.stopPropagation();
|
7540
7539
|
const clientX = event.touches[0].clientX;
|
7540
|
+
|
7541
7541
|
const timeStamp = event.timeStamp;
|
7542
7542
|
handleMoving(clientX, timeStamp);
|
7543
7543
|
}
|