Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapster committed Aug 24, 2024
1 parent e126d4c commit 54f75bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public static void invokeOnDeepestEditableValueHolder(FacesContext context, UICo

final UIComponent child = children.get(0);

composite.invokeOnComponent(context, composite.getClientId(context), (ctxt, target1) -> {
composite.invokeOnComponent(context, composite.getClientId(context), (ctxt, comp) -> {
if (isComposite(child)) {
invokeOnDeepestEditableValueHolder(ctxt, child, callback);
}
Expand Down

0 comments on commit 54f75bf

Please sign in to comment.