bulkDelete

fun bulkDelete(positions: Iterable<Int>, stories: Map<Int, StoryStep>): Pair<Map<Int, StoryStep>, Map<Int, StoryStep>>

Deletes the whole selection. All StoryStep in the selection will be deleted.