openpencil/tests/engine/editor/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
..
import-nodes test: move prefixed splits into domain folders 2026-05-06 14:27:21 +03:00
bounds.test.ts style: tighten import grouping 2026-05-06 02:22:08 +03:00
derived-text.test.ts chore(lint): enforce test complexity limits 2026-05-06 14:18:29 +03:00
fixture-roundtrip.test.ts chore(tests): clean more non-null assertions 2026-05-06 03:28:25 +03:00
html.test.ts chore(tests): clean more non-null assertions 2026-05-06 03:28:25 +03:00
paste-target.test.ts fix(editor): paste into selected container 2026-05-07 13:56:30 +03:00
text-outlines.test.ts test: organize prefixed test files into folders 2026-05-06 02:13:18 +03:00