feat(handles): validate connection
This commit is contained in:
@@ -19,6 +19,12 @@
|
||||
left: 10px;
|
||||
z-index: 4;
|
||||
}
|
||||
.react-flow__handle.connecting {
|
||||
background: orange;
|
||||
}
|
||||
.react-flow__handle.valid {
|
||||
background: green;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user