Skip to content

Commit

Permalink
fix(graph): close tooltips when panning graph (#12468)
Browse files Browse the repository at this point in the history
(cherry picked from commit 305fb2e)
  • Loading branch information
philipjfulcher authored and FrozenPandaz committed Oct 11, 2022
1 parent 94890f4 commit 4a30fcd
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

0 comments on commit 4a30fcd

Please sign in to comment.