the element comeback to the origin position when I refresh the page after I making drag using rectsortable
<Reactsortable>
tag = {customComponent}
list = note_book.note_list
groub = "GroubNaame"
setlist={(newstate)=> var data = (this.state.note_book_list[i].note_list= newState};
this.setState({data})
this.note_sortable_save()
}}
className="botes_wraper"
>
how can I save the changes