Closed kiraarghy closed 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.
Was unable to fix by using items.priority, switched project to using index array which works a lot better.
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.