mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-28 03:24:43 +08:00
JsDoc types fixed and typecheck activated
This commit is contained in:
@@ -83,7 +83,7 @@ export default class IMouseClickDrag extends IPointing {
|
||||
const movement = [e.movementX, e.movementY]
|
||||
self.dragTo(location, movement)
|
||||
if (self.#trackingMouse) {
|
||||
self.blueprint.entity.mousePosition = self.locationFromEvent(e)
|
||||
self.blueprint.mousePosition = self.locationFromEvent(e)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user