mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-27 02:34:45 +08:00
Simple serialization entities fixes and tests
This commit is contained in:
@@ -140,6 +140,9 @@ export default class IMouseClickDrag extends IPointing {
|
||||
#trackingMouse = false
|
||||
#movementListenedElement
|
||||
#draggableElement
|
||||
get draggableElement() {
|
||||
return this.#draggableElement
|
||||
}
|
||||
|
||||
clickedOffset = /** @type {Coordinates} */([0, 0])
|
||||
clickedPosition = /** @type {Coordinates} */([0, 0])
|
||||
|
||||
Reference in New Issue
Block a user