Skip to content

Commit

Permalink
faces.js replace dom element inside table regression fixed
Browse files Browse the repository at this point in the history
Signed-off-by: pizzi80 <[email protected]>
  • Loading branch information
pizzi80 committed Sep 5, 2023
1 parent 78fe5ea commit 2de09da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ if ( !( (window.faces && window.faces.specversion && window.faces.specversion >=
newElement = newElement.firstChild;
}

replaceNode(element,newElement);
replaceNode(newElement,element);
runScripts(scripts);

} else if (element.nodeName.toLowerCase() === 'input') {
Expand Down

0 comments on commit 2de09da

Please sign in to comment.