mirror of https://github.com/node-red/node-red.git
Rename mermaidOptions to mermaid for contrib themes
parent
e945deeab6
commit
d2a8338d4a
|
@ -340,7 +340,7 @@ module.exports = {
|
|||
theme.codeEditor = theme.codeEditor || {}
|
||||
theme.codeEditor.options = Object.assign({}, themePlugin.monacoOptions, theme.codeEditor.options);
|
||||
|
||||
theme.mermaid = Object.assign({}, themePlugin.mermaidOptions, theme.mermaid)
|
||||
theme.mermaid = Object.assign({}, themePlugin.mermaid, theme.mermaid)
|
||||
}
|
||||
activeThemeInitialised = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue