Skip to content

Commit

Permalink
Fix shared properties not being add to the scene when adding a behavi…
Browse files Browse the repository at this point in the history
…or from the instruction editor (#6577)
  • Loading branch information
D8H committed May 20, 2024
1 parent 2310f2a commit 6e8a8d6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,9 @@ const InstructionEditorDialog = ({
behaviorType: type,
parentEditor: 'instruction-editor-dialog',
});
if (scope.layout) {
scope.layout.updateBehaviorsSharedData(project);
}
}

// Re-choose the same object to force recomputation of chosenObjectInstructionsInfoTree
Expand Down

0 comments on commit 6e8a8d6

Please sign in to comment.