Skip to content

v0.7.2

Latest

Choose a tag to compare

@mfuu mfuu released this 31 May 09:28
2f28351

Changes

  • fix: empty-list detection fails when sortable root contains anything besides items by @volodymyr-dovbenko in #61
  • added global store on Sortable
    import Sortable from 'sortable-dnd'
    
    // get value
    Sortable.store;
    
    // set value
    Sortable.store = {};