mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-18 03:21:06 +08:00
Fix links on pasted nodes
This commit is contained in:
@@ -43,8 +43,8 @@ export default class NodeElement extends ISelectableDraggableElement {
|
||||
return this.entity.getFullName()
|
||||
}
|
||||
|
||||
cleanLinks() {
|
||||
this.getPinElements().forEach(pin => pin.cleanLinks())
|
||||
sanitizeLinks() {
|
||||
this.getPinElements().forEach(pin => pin.sanitizeLinks())
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user