We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7568a commit 59a8e2cCopy full SHA for 59a8e2c
src/drawflow.js
@@ -322,6 +322,8 @@ export default class Drawflow {
322
this.pos_x_start = e.touches[0].clientX;
323
this.pos_y = e.touches[0].clientY;
324
this.pos_y_start = e.touches[0].clientY;
325
+ this.mouse_x = e.touches[0].clientX;
326
+ this.mouse_y = e.touches[0].clientY;
327
} else {
328
this.pos_x = e.clientX;
329
this.pos_x_start = e.clientX;
0 commit comments