Skip to content

Commit

Permalink
Fixed typo in action name for remove strand name
Browse files Browse the repository at this point in the history
  • Loading branch information
rayzhuca committed Oct 29, 2023
1 parent 22ae227 commit 8657d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/view/design_main_strand.dart
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ assigned, assign the complementary DNA sequence to this strand.
(strand) => actions.StrandNameSet(name: null, strand: strand),
props.strand,
app.state.ui_state.selectables_store.selected_strands,
'remove strand label'))),
'remove strand name'))),
ContextMenuItem(
title: 'set domain name',
on_click: () => set_domain_names(get_selected_domains()),
Expand Down

0 comments on commit 8657d04

Please sign in to comment.