mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +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',
|
||||
displayMode: 'WIREFRAME',
|
||||
width: 900,
|
||||
height: 900
|
||||
height: 900,
|
||||
'background-color': '#ffffff'
|
||||
};
|
||||
if (typeof (marvinJsRemoteEditor) === 'undefined') {
|
||||
setTimeout(() => { remoteImage(childFuction, source, options); }, 100);
|
||||
|
|
Loading…
Reference in a new issue