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:
Alex Kriuchykhin 2021-07-02 10:12:48 +02:00 committed by GitHub
commit 38912b1b38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);