Просмотр исходного кода

NodeBuilderState: Update description (#30355)

sunag 1 год назад
Родитель
Сommit
eab9b31e2b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/renderers/common/nodes/NodeBuilderState.js

+ 1 - 1
src/renderers/common/nodes/NodeBuilderState.js

@@ -122,7 +122,7 @@ class NodeBuilderState {
 
 
 		for ( const instanceGroup of this.bindings ) {
 		for ( const instanceGroup of this.bindings ) {
 
 
-			const shared = instanceGroup.bindings[ 0 ].groupNode.shared; // TODO: Is it safe to always check the first binding in the group?
+			const shared = instanceGroup.bindings[ 0 ].groupNode.shared; // All bindings in the group must have the same groupNode.
 
 
 			if ( shared !== true ) {
 			if ( shared !== true ) {
 
 

粤ICP备19079148号