Skip to content

Commit

Permalink
replace uses of *.TANDEM_NAME_SUFFIX and ComboBox.ITEM_TANDEM_NAME_SU…
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Feb 28, 2024
1 parent 0b57cb6 commit 34249b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/real/RealMoleculesScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class RealMoleculesScreenView extends MoleculeShapesScreenView {
return {
value: realMoleculeShape,
createNode: () => new RichText( ChemUtils.toSubscript( realMoleculeShape.displayName ) ),
tandemName: `${realMoleculeShape.displayName}${ComboBox.ITEM_TANDEM_NAME_SUFFIX}`
tandemName: `${realMoleculeShape.displayName}Item`
};
} );
const moleculeComboBox = new ComboBox( model.realMoleculeShapeProperty, comboBoxItems, comboBoxListContainer, {
Expand Down

0 comments on commit 34249b8

Please sign in to comment.