Bug Nestable.js not working correctly when moving items between groups

There is a bug in this version
P

Painbaker

Guest
When you move items between nestable groups (like smileys between categories), the data input doesn't update because nestableId is undefined:

JavaScript:

const isNewRoot = this.dragRootEl.dataset.nestableId !== pointElRoot.dataset.nestableId


firefox_j9HISlYBQP.gif

Continue reading...