Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [3.17.3](v3.17.2...v3.17.3) (2023-12-08) ### Bug Fixes * Only setup sortable row wrapper and invisible row placeholders when adding a row to the stage ([25a27e6](25a27e6)) * Use last-of-type instead of last-child due to drag/drop placeholder occupying last-child position ([dc4f312](dc4f312)) * Use the pointer to for sortable intersect detection when dragging controls from the control panel onto a bootstrap row. jQuery.ui sortable used tolerance: intersect which caused the placeholder in a row to jump around when near the edges and the new control is less than 50% contained. ([995fc2e](995fc2e)) * When adding rows, reset the hidden flag for all placeholders ([939341c](939341c))
- Loading branch information