We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0eb899 commit 417e8d4Copy full SHA for 417e8d4
src/settings/v3.ts
@@ -19,7 +19,6 @@ export interface ChemPluginSettingsV3 {
19
moleculeOptions: Partial<SD_MoleculeOptions>;
20
reactionOptions: Partial<SD_ReactionOptions>;
21
};
22
- rdkitJsOptions: {};
23
}
24
export const DEFAULT_SETTINGS_V3: ChemPluginSettingsV3 = {
25
version: 'v3',
@@ -41,5 +40,4 @@ export const DEFAULT_SETTINGS_V3: ChemPluginSettingsV3 = {
41
40
moleculeOptions: {},
42
reactionOptions: {},
43
},
44
- rdkitJsOptions: {},
45
0 commit comments