Draggable / formeo

Drag & Drop Form Builder
http://draggable.github.io/formeo/
MIT License
534 stars 196 forks source link

fix: control cloning #362

Closed kevinchappell closed 4 weeks ago

kevinchappell commented 4 weeks ago

controls were not cloned correctly since the sortable update. they were missing their id which is a bug introduced with this update: https://github.com/vanboom/Sortable/commit/840f9aef8452e2944e6984d49965bcc86ed96863

onEnd will now replace the cloned control with the original that was removed. this also negates the need to re-add the event listeners.

kevinchappell commented 4 weeks ago

:tada: This PR is included in version 2.1.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: