mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-16 02:10:38 +08:00
Start implementing link dragging
This commit is contained in:
@@ -17,7 +17,7 @@ export default class SelectableDraggable extends GraphElement {
|
||||
|
||||
connectedCallback() {
|
||||
super.connectedCallback()
|
||||
this.dragObject = new Drag(this, this.blueprint, { // UDrag doesn't need blueprint
|
||||
this.dragObject = new Drag(this, this.blueprint, {
|
||||
looseTarget: true
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user