Skip to content

Commit

Permalink
fix: When adding rows, reset the hidden flag for all placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasnetau committed Nov 29, 2023
1 parent dc4f312 commit 939341c
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 @@ -1182,6 +1182,7 @@ function FormBuilder(opts, element, $) {

if (newRowCreated) {
setupSortableRowWrapper(rowWrapperNode)
hideInvisibleRowPlaceholders()
SetupInvisibleRowPlaceholders(rowWrapperNode)
if (opts.enableColumnInsertMenu) {
$(rowWrapperNode).off('mouseenter')
Expand Down

0 comments on commit 939341c

Please sign in to comment.