mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-09 16:01:30 +08:00
Update marvinJS image generation [SCI-5834]
This commit is contained in:
parent
1e830a49f3
commit
53b47412ee
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…
Add table
Reference in a new issue