Skip to content

Commit

Permalink
fix: collapse menu issue with conditional fields
Browse files Browse the repository at this point in the history
  • Loading branch information
girishpanchal30 committed Dec 31, 2024
1 parent 472eb95 commit 2e39c6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion classes/form.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ function( $collapse_field ) {
$field_html .= '</div>';

if ( count( $collapse_fields ) === $ppom_collapse_counter && $section_started ) {
$field_html .= '</div>';
$section_started = false;
}

Expand Down

0 comments on commit 2e39c6e

Please sign in to comment.