kiraarghy / PrioritisationApp

0 stars 0 forks source link

Deleting object does not affect prioritisation property. #5

Closed kiraarghy closed 7 years ago

kiraarghy commented 7 years ago

If deleting thing at index 0, with prioritisation 1, thing at index 1, with prioritisation 2, remains at prioritisation 2. This needs to be fixed so that it fixes the other object's priority when you delete an object.

kiraarghy commented 7 years ago

Was unable to fix by using items.priority, switched project to using index array which works a lot better.