Closed kevinchappell closed 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.
:tada: This PR is included in version 2.1.4 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
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.