Skip to content

Store selection with frame #4

@Stiivi

Description

@Stiivi

Store selection as non-versioned property together with a frame, so that when undo/redo is performed, the selection is recovered.

Proposal Using Components

Selection does not have to be persisted, therefore this feature can be done using components.

struct SelectionComponent: Component {
    var selection: Selection
}

Problem: Frames can not have runtime components associated with them at this moment. See #3.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions