mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-06 10:47:30 +08:00
Fix comments dragging nodes
This commit is contained in:
@@ -30,7 +30,7 @@ export default class MouseMoveNodes extends MouseMoveDraggable {
|
||||
.filter(comment => !node.isInsideComment(comment))
|
||||
.forEach(comment => node.unbindFromComment(comment))
|
||||
)
|
||||
this.blueprint.getCommentNodes(true).forEach(comment =>
|
||||
this.blueprint.getCommentNodes().forEach(comment =>
|
||||
/** @type {CommentNodeTemplate} */(comment.template).manageNodesBind()
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user