fix(connection): always scale handle dimensions

This commit is contained in:
moklick
2019-07-30 18:22:33 +02:00
parent 9d17245cca
commit 84a17dd01d
15 changed files with 336 additions and 100 deletions
+4
View File
@@ -59,6 +59,10 @@
stroke-dasharray: 5;
animation: dashdraw 0.5s linear infinite;
}
&.connector {
pointer-events: none;
}
}
@keyframes dashdraw {