Skip to content

Commit

Permalink
Remove unnecessary Refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
csouchet committed Nov 13, 2020
1 parent 745c608 commit f63d9dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/component/BpmnVisualization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,5 @@ export default class BpmnVisualization {

public fit(options?: FitOptions): void {
this.graph.customFit(options);
this.graph.refresh();
}
}

0 comments on commit f63d9dd

Please sign in to comment.