openpencil/tests/engine/editor
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
..
clipboard fix(editor): paste into selected container 2026-05-07 13:56:30 +03:00
selection chore(lint): fix unused test code 2026-05-06 02:53:19 +03:00
undo chore(tests): guard component and cache assertions 2026-05-06 11:07:47 +03:00
effects-and-resize.test.ts chore(lint): enforce test complexity limits 2026-05-06 14:18:29 +03:00
nudge.test.ts style: tighten import grouping 2026-05-06 02:22:08 +03:00