Skip to content

Commit

Permalink
changes for hf2
Browse files Browse the repository at this point in the history
  • Loading branch information
NikoAnderson committed Aug 7, 2024
1 parent ca8b7bf commit 9292657
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ export class EditorImplementation implements Editor {

setMolecule(molfile: string): void {
if (this.ketcher && this.ketcher != null) {
console.log('setting ketcher');
this.ketcher.setMolecule(molfile);
this.ketcher.setMolecule(molfile);
} else if (this.jsdraw && this.jsdraw != null) {
Expand Down

0 comments on commit 9292657

Please sign in to comment.