zydx-plus 1.35.509 → 1.35.510
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/package.json
CHANGED
|
@@ -300,7 +300,7 @@ export default {
|
|
|
300
300
|
if (this.direction === 'd') {
|
|
301
301
|
this.footDownOffset = event.clientY - this.y;
|
|
302
302
|
} else if (this.direction === 'in') {
|
|
303
|
-
this.footDownOffset = event.
|
|
303
|
+
this.footDownOffset = event.clientY - this.y;
|
|
304
304
|
this.footRightOffset = event.clientX - this.x;
|
|
305
305
|
} else if (this.direction === 'r') {
|
|
306
306
|
this.footRightOffset = event.clientX - this.x;
|
|
@@ -306,7 +306,7 @@ export default {
|
|
|
306
306
|
if (this.direction === 'd') {
|
|
307
307
|
this.footDownOffset = event.clientY - this.y;
|
|
308
308
|
} else if (this.direction === 'in') {
|
|
309
|
-
this.footDownOffset = event.
|
|
309
|
+
this.footDownOffset = event.clientY - this.y;
|
|
310
310
|
this.footRightOffset = event.clientX - this.x;
|
|
311
311
|
} else if (this.direction === 'r') {
|
|
312
312
|
this.footRightOffset = event.clientX - this.x;
|