Fix links message position

This commit is contained in:
barsdeveloper
2022-03-05 22:19:42 +01:00
parent db57e05dc7
commit 08f13748b7
7 changed files with 47 additions and 43 deletions

View File

@@ -71,6 +71,7 @@ export default class MouseCreateLink extends IMouseClickDrag {
}
})
this.link.startDragging()
this.link.setDestinationLocation(this.clickedPosition)
}
dragTo(location, movement) {