Skip to content

Commit

Permalink
fix(graph): close tooltips when panning graph (#12468)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipjfulcher committed Oct 7, 2022
1 parent 77f540b commit 305fb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graph/client/src/app/machines/graph.ts
Expand Up @@ -449,7 +449,7 @@ export class GraphService {
this.renderGraph.$id(currentFocusedProjectName).addClass('focused');
}

this.renderGraph.on('zoom', () => {
this.renderGraph.on('zoom pan', () => {
this.tooltipService.hideAll();
});

Expand Down

1 comment on commit 305fb2e

@vercel
Copy link

@vercel vercel bot commented on 305fb2e Oct 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev
nx-five.vercel.app

Please sign in to comment.