Skip to content

Commit

Permalink
fix: remove redundant checkRowCleanup()
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasnetau committed Nov 7, 2023
1 parent dd68b52 commit 9b27a6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/form-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -1341,7 +1341,6 @@ function FormBuilder(opts, element, $) {

setupSortableRowWrapper(rowWrapperNode)
syncFieldWithNewRow(colWrapper.attr('id'))
checkRowCleanup()
}
}

Expand Down

0 comments on commit 9b27a6e

Please sign in to comment.