Update marvinJS image generation [SCI-5834]

This commit is contained in:
aignatov-bio 2021-06-24 22:36:51 +02:00
parent 1e830a49f3
commit 53b47412ee

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