Merge branch 'master' into seFlyingButton

This commit is contained in:
JFH
2020-12-05 21:04:59 +01:00
8 changed files with 287 additions and 83 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);