mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-15 21:12:41 +08:00
Material comment details
This commit is contained in:
@@ -189,6 +189,7 @@ export default class BlueprintTemplate extends ITemplate {
|
||||
getCommentNodes(justSelected = false) {
|
||||
return this.blueprint.querySelectorAll(
|
||||
`ueb-node[data-type="${Configuration.paths.comment}"]${justSelected ? '[data-selected="true"]' : ''}`
|
||||
+ `, ueb-node[data-type="${Configuration.paths.materialGraphNodeComment}"]${justSelected ? '[data-selected="true"]' : ''}`
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user