Skip to content

Commit 0354e28

Browse files
chore(library): add changesets for the two behavioural repairs
The e2e repairs that a user would notice: edges reappearing, and Delete and Escape reaching the handler that was meant to answer them. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LuVfUjEN3BSUNFK5TyQ37k
1 parent 9b2f193 commit 0354e28

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.changeset/edges-find-anchors.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@tumaet/apollon": patch
3+
---
4+
5+
Edges anchored to a connection point their node does not draw render again instead of disappearing from the diagram.

.changeset/keys-reach-handlers.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@tumaet/apollon": patch
3+
---
4+
5+
Pressing Delete on a selected edge's waypoint removes just that waypoint rather than the whole edge, and Escape clears the selection when it leaves multi-selection mode.

0 commit comments

Comments
 (0)