fix(ios): connection error + dont snap invalid connection lines

This commit is contained in:
moklick
2023-02-03 20:40:32 +01:00
parent 1998a3b088
commit c48efe969f
3 changed files with 48 additions and 44 deletions
@@ -24,10 +24,10 @@
background: #fff;
}
.validationflow :global .react-flow__handle-connecting {
.validationflow :global .connecting {
background: #ff6060;
}
.validationflow :global .react-flow__handle-valid {
.validationflow :global .valid {
background: #55dd99;
}