Skip to content

Commit

Permalink
Pretty sure we need to push binding values before setting parent!
Browse files Browse the repository at this point in the history
  • Loading branch information
hugithordarson committed Nov 30, 2023
1 parent 1392577 commit 0416c82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ private void beforeComponent( final NGContext context ) {
* Return control to the previous component
*/
private void afterComponent( final NGContext context ) {
context.setComponent( context.component().parent() );
context.component().pushBindingValuesToParent();
context.setComponent( context.component().parent() );
}

@Override
Expand Down

0 comments on commit 0416c82

Please sign in to comment.