Version: 0.7.7
Currently Copy action serializes (in text format) ActiveStoryItem to the clipboard.
This confuses users often, so it should only do this when ActiveStoryItem doesn't have a SelectedArea that contains items.
In that case it should copy the items provided by the SelectedArea (currently it is set to be the frontmost item [from Z-order], but in the future could be changed to all items it includes [SelectedArea already supports that]).
Same issue exists with Cut (Delete when SHIFT is pressed) action.