Skip to content

copy/paste for nodes is just... not there #345

@avinxshKD

Description

@avinxshKD

Can't copy a node, can't paste one. Ctrl+C/Ctrl+V do nothing. There's no clipboard state, no copy/paste functions in toolbarFunctions.js, nothing in toolbarList, the feature just doesn't exist anywhere in the codebase.

For anything beyond a trivial graph this is genuinely painful. Want to reuse a node pattern? Rebuild it by hand every time.

Needs copy/paste wired up end to end clipboard state in the reducer, copySelected() and pasteClipboard() methods on the graph instance, functions in toolbarFunctions, toolbar entries + Ctrl+C/Ctrl+V hotkeys in toolbarList.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions