Merge pull request #2801 from wbkd/fix/ios-connect

fix(ios): connection error + dont snap invalid connection lines
This commit is contained in:
Moritz Klack
2023-02-03 20:50:22 +01:00
committed by GitHub
4 changed files with 53 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;
}