@plaidev/karte-action-sdk 1.1.173-28031673.7262d61e → 1.1.173-28031763.0b4ab622
Sign up to get free protection for your applications and to get access to all the features.
- 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
|
}
|