mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-16 05:17:33 +08:00
Details fixed
This commit is contained in:
@@ -22,6 +22,8 @@ export default class IMouseClick extends IPointing {
|
||||
// Attach the listeners
|
||||
document.addEventListener("mouseup", this.#mouseUpHandler)
|
||||
this.clickedPosition = this.locationFromEvent(e)
|
||||
this.blueprint.mousePosition[0] = this.clickedPosition[0]
|
||||
this.blueprint.mousePosition[1] = this.clickedPosition[1]
|
||||
this.clicked(this.clickedPosition)
|
||||
}
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user