Skip to content

Commit

Permalink
Update menu_side.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-doty committed Sep 5, 2022
1 parent 26ca58d commit 6ed6bb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/view/menu_side.dart
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ class SideMenuComponent extends UiComponent2<SideMenuProps> with RedrawCounterMi

var dialog =
Dialog(title: 'adjust Helix indices', type: DialogType.adjust_helix_indices, items: items, process_saved_response: (saved_items) {
//TODO: check that the indices are the same, if not then don't use the old indices
if (saved_items.length != items.length) {
return items.build();
}
Expand Down

0 comments on commit 6ed6bb3

Please sign in to comment.