* fix #447

* test and build
This commit is contained in:
JFH
2020-12-03 13:42:52 +01:00
committed by GitHub
parent e673b54ee2
commit ea7156232e
11 changed files with 13 additions and 13 deletions

View File

@@ -211,7 +211,7 @@ export const mouseMoveEvent = function (evt) {
top = box.y,
{width, height} = box;
dx = (x - eventContext_.getStartX());
dy = (y - eventContext_.getStartX());
dy = (y - eventContext_.getStartY());
if (eventContext_.getCurConfig().gridSnapping) {
dx = snapToGrid(dx);