fix: update edge z index when node is selected (#4765)
Fixed edges zindex when node selected
This commit is contained in:
parent
6737368073
commit
69465368c1
1 changed files with 1 additions and 0 deletions
|
|
@ -546,6 +546,7 @@ export default function Page({ view }: { view?: boolean }): JSX.Element {
|
|||
onSelectionEnd={onSelectionEnd}
|
||||
onSelectionStart={onSelectionStart}
|
||||
connectionRadius={30}
|
||||
elevateEdgesOnSelect={true}
|
||||
edgeTypes={edgeTypes}
|
||||
connectionLineComponent={ConnectionLineComponent}
|
||||
onDragOver={onDragOver}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue