mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-05 04:03:45 +08:00
Merge pull request #3406 from aignatov-bio/ai-sci-5834-update-marvinjs-image-generation
Update marvinJS image generation [SCI-5834]
This commit is contained in:
commit
38912b1b38
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@ var MarvinJsEditorApi = (function() {
|
||||||
implicitHydrogen: 'TERMINAL_AND_HETERO',
|
implicitHydrogen: 'TERMINAL_AND_HETERO',
|
||||||
displayMode: 'WIREFRAME',
|
displayMode: 'WIREFRAME',
|
||||||
width: 900,
|
width: 900,
|
||||||
height: 900
|
height: 900,
|
||||||
|
'background-color': '#ffffff'
|
||||||
};
|
};
|
||||||
if (typeof (marvinJsRemoteEditor) === 'undefined') {
|
if (typeof (marvinJsRemoteEditor) === 'undefined') {
|
||||||
setTimeout(() => { remoteImage(childFuction, source, options); }, 100);
|
setTimeout(() => { remoteImage(childFuction, source, options); }, 100);
|
||||||
|
|
Loading…
Reference in a new issue