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 = {};