sign-language-translation-tools / sltt

Mono repo for Sign Language Translation Tool server and client
2 stars 2 forks source link

Reordering passages crashes #11

Open Nathan22Miles opened 6 years ago

Nathan22Miles commented 6 years ago

When you drag a passage to reorder it, SLTT crashes. Refactor code to allow reordering without deleting the element from the array and reinserting it ... because any access to the element in its removed state crashes things. Instead make the view just order the elements.