feat(handles): validate connection
This commit is contained in:
@@ -26,7 +26,11 @@ export default ({ data, styles }) => {
|
||||
<option value="2">2</option>
|
||||
<option value="3">3</option>
|
||||
</select>
|
||||
<Handle type="source" position="bottom" style={{ left: 10, background: '#999' }} />
|
||||
<Handle
|
||||
type="source"
|
||||
position="bottom"
|
||||
style={{ left: 10, background: '#999' }}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user