Skip to content

Commit

Permalink
Update helices_reducer.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-doty committed Nov 4, 2020
1 parent 8b9a2b7 commit 5aff64c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/src/reducers/helices_reducer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ Design helix_idx_change_reducer(Design design, AppState state, actions.HelixIdxs
}
}

//TODO: recalculate view order; first figure out if it was non-default by looking at Helix.view_order

helices = util.helices_assign_svg(design.geometry, state.ui_state.invert_yz, helices, new_groups.build());
design = design
.rebuild((b) => b..groups.replace(new_groups)..helices.replace(helices)..strands.replace(strands));
Expand Down

0 comments on commit 5aff64c

Please sign in to comment.