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:
Lucas Oliveira 2025-02-03 12:25:51 -03:00 committed by GitHub
commit 5ef9d34599
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}