Skip to content

Commit

Permalink
fix: elevate edges on select (#6052)
Browse files Browse the repository at this point in the history
Elevate edges on select

Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
  • Loading branch information
lucaseduoli and ogabrielluiz authored Feb 3, 2025
1 parent cee3d2a commit 5ef9d34
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 5ef9d34

Please sign in to comment.