Skip to content

Commit

Permalink
fix(*): bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
ctank committed Jul 8, 2019
1 parent 077fb72 commit c0bc55e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/draw/drawUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -1727,8 +1727,8 @@ const getShapeByPosition = (mouseX, mouseY, $container, xx) => {
} else {
if (
pointInRect(
setScale(targetPoint.x),
setScale(targetPoint.y),
setScale(sourcePoint.x),
setScale(sourcePoint.y),
mouseSize
)
) {
Expand Down

0 comments on commit c0bc55e

Please sign in to comment.