mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-13 03:37:31 +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