Skip to content

Commit

Permalink
replace ComboBox.ITEM_TANDEM_NAME_SUFFIX with 'Item' in pixelzoom sims,
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Feb 28, 2024
1 parent 5d6a9f7 commit 6fc58c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/realmolecules/view/RealMoleculesControl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function createItem( molecule: RealMolecule ): ComboBoxItem<RealMolecule> {
return {
value: molecule,
createNode: tandem => node,
tandemName: `${molecule.tandem.name}${ComboBox.ITEM_TANDEM_NAME_SUFFIX}`
tandemName: `${molecule.tandem.name}Item`
};
}

Expand Down

0 comments on commit 6fc58c6

Please sign in to comment.