diff --git a/graph/client/src/app/machines/graph.ts b/graph/client/src/app/machines/graph.ts index 777fcccc7dbac..0df3aeac2a58a 100644 --- a/graph/client/src/app/machines/graph.ts +++ b/graph/client/src/app/machines/graph.ts @@ -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(); });