mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Format
This commit is contained in:
parent
41ccdba929
commit
22b7cbecbc
|
@ -473,9 +473,10 @@ export default function (DOMNode: HTMLElement, options: Partial<Options> = {}) {
|
|||
|
||||
// update the links
|
||||
const link = vis
|
||||
.selectAll<SVGPathElement, HierarchyPointLink<InternalNode>>(
|
||||
'path.link',
|
||||
)
|
||||
.selectAll<
|
||||
SVGPathElement,
|
||||
HierarchyPointLink<InternalNode>
|
||||
>('path.link')
|
||||
.data(links, (d) => d.target.data.id);
|
||||
|
||||
// enter any new links at the parent's previous position
|
||||
|
|
Loading…
Reference in New Issue
Block a user