• R
    Solves "inser Before" issue on nested lists · c7249648
    RomualdoGrillo 提交于
    That solves an issue with nested sortables.
    example of error https://codepen.io/romualdogrillo/pen/jOPoRJe
    An error appears when all following conditions are met:
    1)You have two nested sortable containers
    2)option “pull:clone” i set at least on the parent container
    3)You drag an item from the parent container into the nested container
    
    The item is moved but not cloned and you get the error: 
    “Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted”
    c7249648
Sortable.js 48.1 KB