mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-16 05:17:33 +08:00
Started work on serialization, refactoring
This commit is contained in:
@@ -84,10 +84,6 @@ export default class UEBlueprintObject extends USelectableDraggable {
|
||||
}
|
||||
this.style.setProperty('--ueb-position-x', this.location[0])
|
||||
this.style.setProperty('--ueb-position-y', this.location[1])
|
||||
|
||||
let aDiv = document.createElement('div')
|
||||
aDiv.innerHTML = this.render()
|
||||
this.appendChild(aDiv.firstElementChild)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user