Skip to content

Commit

Permalink
force tree rebuild on figure change
Browse files Browse the repository at this point in the history
  • Loading branch information
chgibb committed Nov 15, 2019
1 parent cf8996b commit 79f0832
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -198,6 +198,7 @@ export class CircularGenomeBuilderView extends React.Component<CircularGenomeBui
{
figure ? (
<CircularGenome
key={figure.uuid}
figure={figure}
width={this.state.figurePosition.width}
height={this.state.figurePosition.height}
Expand Down

0 comments on commit 79f0832

Please sign in to comment.