Skip to content

Commit

Permalink
see if resetZoom() is working now
Browse files Browse the repository at this point in the history
  • Loading branch information
schiwaa committed Apr 10, 2024
1 parent e2acb67 commit cba9946
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class StemmaRenderer {
*/
renderStemma( tradition, stemma ) {
this.graphvizRoot.renderDot( this.ellipse_border_to_none( stemma.dot ) );
// this.graphvizRoot.resetZoom()
this.graphvizRoot.resetZoom()
d3.select( 'g#graph0' )
.selectAll( '.node' )
.on( 'click', function (e, d) {
Expand Down

0 comments on commit cba9946

Please sign in to comment.