Skip to content

Commit

Permalink
rm:window.graphviz
Browse files Browse the repository at this point in the history
  • Loading branch information
mizy committed Jul 6, 2022
1 parent 951b485 commit 91ce12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/Console/OutputBox/Graphviz/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Graphviz = (props: IProps) => {
zoomScaleExtent: [0.1, 200],
fit: true,
};
window.graphviz = graphviz(`.box-${index}`, {
graphviz(`.box-${index}`, {
...defaultOptions,
})
.renderDot(graph);
Expand Down

0 comments on commit 91ce12f

Please sign in to comment.