Skip to content

If ActiveStoryItem's SelectionArea contains items, Copy and Cut/Delete shouldn't act on ActiveStoryItem #343

@birbilis

Description

@birbilis

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.

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions