volumeList.deleteItems expected array order issue

Hi

The volumeList.deleteItems function seems to expect the provided array of indexes to be in ascending order, but doesn’t sort them itself.

This wouldn’t necessarily be an issue if Virtual List | Framework7 Documentation noted this in the method definition.

Ideally, long term, if deleteItems requires its Array input to be in order, it would probably be best if it sorts them itself. At the very least a note on the docs would eliminate some head scratching.

Thanks