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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zydx-plus",
3
- "version": "1.35.509",
3
+ "version": "1.35.510",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -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.clientX - this.x;
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.clientX - this.x;
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;
package/src/index.js CHANGED
@@ -89,7 +89,7 @@ function install(app) {
89
89
  }
90
90
 
91
91
  export default {
92
- version: '1.35.509',
92
+ version: '1.35.510',
93
93
  install,
94
94
  Calendar,
95
95
  Message,