Merge branch 'master' into dev

This commit is contained in:
Nick O'Leary
2023-12-04 15:58:45 +00:00
89 changed files with 903 additions and 670 deletions

View File

@@ -339,6 +339,8 @@ module.exports = {
}
theme.codeEditor = theme.codeEditor || {}
theme.codeEditor.options = Object.assign({}, themePlugin.monacoOptions, theme.codeEditor.options);
theme.mermaid = Object.assign({}, themePlugin.mermaid, theme.mermaid)
}
activeThemeInitialised = true;
}