Add familiar cut, copy, and paste interactions to a node editor while keeping IDs, offsets, and connections consistent. This pattern matters once users need to duplicate or reorganize larger graph fragments quickly.
[component.html] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/advanced/copy-paste/copy-paste.html [component.ts] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/advanced/copy-paste/copy-paste.ts [component.scss] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/advanced/copy-paste/copy-paste.scss [common.scss] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/_flow-common.scss
Clipboard content is stored in local state, and new IDs are generated during paste so the graph remains valid.