mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-13 23:37:30 +08:00
Simple serialization entities fixes and tests
This commit is contained in:
@@ -15,9 +15,8 @@ export default class IDraggableTemplate extends ITemplate {
|
||||
}
|
||||
|
||||
createDraggableObject() {
|
||||
return new MouseMoveDraggable(this.element, this.blueprint, {
|
||||
draggableElement: this.getDraggableElement(),
|
||||
})
|
||||
const draggableElement = this.getDraggableElement()
|
||||
return new MouseMoveDraggable(this.element, this.blueprint, { draggableElement })
|
||||
}
|
||||
|
||||
createInputObjects() {
|
||||
|
||||
Reference in New Issue
Block a user