Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support panel 1.0 #41

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
remove smile
  • Loading branch information
MarcSkovMadsen committed Nov 12, 2023
commit 08604ce98a67d3afe62e5121d893a2544c075b08
2 changes: 1 addition & 1 deletion src/panel_chemistry/bokeh_extensions/jsme_editor.ts
Original file line number Diff line number Diff line change
@@ -237,7 +237,7 @@ export class JSMEEditor extends HTMLBox {
this.prototype.default_view = JSMEEditorView;

this.define<JSMEEditor.Props>(({String, Array}) => ({
value: [String, "N[C@@H](CCC(=O)N[C@@H](CS)C(=O)NCC(=O)O)C(=O)O"],
value: [String, ""],
format: [String, ""],
options: [ Array(String), [] ],
jme: [String, ""],