arrow connection detection working

This commit is contained in:
Joeri Exelmans 2025-10-05 13:31:00 +02:00
parent 6e75866d4e
commit 2adf902a7f
3 changed files with 137 additions and 11 deletions

View file

@ -99,4 +99,9 @@ text.selected, text.selected:hover {
text:hover {
fill: rgba(0, 200, 0, 1);
/* cursor: grab; */
}
.highlight {
stroke: green;
stroke-width: 4px;
}