Skip to content

Commit

Permalink
fix: add additional row cleanup check to ensure no artifacts are left…
Browse files Browse the repository at this point in the history
… in the DOM
  • Loading branch information
lucasnetau committed Nov 4, 2023
1 parent 62c0562 commit 612d009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/form-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -1369,6 +1369,7 @@ function FormBuilder(opts, element, $) {
h.save.call(h)
}

checkRowCleanup()
ResetAllInvisibleRowPlaceholders()

const listFieldItem = $(ui.item).find('li')
Expand Down

0 comments on commit 612d009

Please sign in to comment.