fix: elevate edges on select (#6052)
Elevate edges on select Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
This commit is contained in:
parent
cee3d2a9ea
commit
5ef9d34599
1 changed files with 1 additions and 0 deletions
|
|
@ -551,6 +551,7 @@ export default function Page({ view }: { view?: boolean }): JSX.Element {
|
|||
onReconnectEnd={onEdgeUpdateEnd}
|
||||
onNodeDragStart={onNodeDragStart}
|
||||
onSelectionDragStart={onSelectionDragStart}
|
||||
elevateEdgesOnSelect={true}
|
||||
onSelectionEnd={onSelectionEnd}
|
||||
onSelectionStart={onSelectionStart}
|
||||
connectionRadius={30}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue