Skip to content

Commit

Permalink
Fix some hover style problem thingy
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippMDoerner committed Dec 9, 2024
1 parent d129093 commit ce59c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/design/organisms/graph/graph.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ export class GraphService {
}

private resetActivatedLinkStyles() {
const linkGroupElement = select(SELECTORS.activeLinkSelector);
const linkGroupElement = selectAll(SELECTORS.activeLinkSelector);
linkGroupElement.attr('class', function () {
const element = this as Element;
const newClasses = element
Expand Down

0 comments on commit ce59c9b

Please sign in to comment.