fix(canvas): strengthen pre-snap glow and reconnect drag UX

This commit is contained in:
2026-04-11 10:46:43 +02:00
parent 079bc34ce4
commit 22d0187c66
8 changed files with 415 additions and 31 deletions

View File

@@ -190,6 +190,11 @@
z-index: 50;
}
/* Reconnect-Anker immer pointer-interactive halten (Drag-Detach/Reconnect) */
.react-flow__edgeupdater {
pointer-events: all;
}
/* Proximity-Vorschaukante (temp) */
.react-flow__edge.temp {
opacity: 0.9;