Remove unused parameter from listerer
This commit is contained in:
@@ -47,9 +47,7 @@ export function Graph({ graphData, databaseUri }: GraphProps) {
|
|||||||
d.attributes["xlink:href"] = "#";
|
d.attributes["xlink:href"] = "#";
|
||||||
d.attributes["href"] = "#";
|
d.attributes["href"] = "#";
|
||||||
loc.uri = `file://${loc.uri}`;
|
loc.uri = `file://${loc.uri}`;
|
||||||
select(this).on("click", function (e) {
|
select(this).on("click", () => jumpToLocation(loc, databaseUri));
|
||||||
jumpToLocation(loc, databaseUri);
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ("fill" in d.attributes) {
|
if ("fill" in d.attributes) {
|
||||||
|
|||||||
Reference in New Issue
Block a user