openpencil/tests/e2e/clipboard
Danila Poyarkov 72614fac4c fix(editor): paste into selected container
Paste now targets the selected frame/group/component/section instead of
always placing nodes on the page root, matching Figma's behavior:

- Single container selected: paste as child
- Non-container child selected: paste as sibling in its parent
- Entered container (double-click): paste inside it
- Nothing or multiple nodes selected: paste on the page

Also applies to image paste via placeImageFiles.

Fixes #79
2026-05-07 13:56:30 +03:00
..
copy-paste.spec.ts chore(tests): route store access through browser bridge 2026-05-06 12:19:39 +03:00
paste-into-container.spec.ts fix(editor): paste into selected container 2026-05-07 13:56:30 +03:00