mirror of https://github.com/xwiki-labs/cryptpad
Allow user to change theme in slide
This commit is contained in:
parent
dc7f397072
commit
6302d9a730
|
@ -458,6 +458,7 @@ define([
|
|||
mkHelpMenu(framework);
|
||||
|
||||
CodeMirror.mkIndentSettings(framework._.cpNfInner.metadataMgr);
|
||||
CodeMirror.init(framework.localChange, framework._.title, framework._.toolbar);
|
||||
CodeMirror.configureTheme(common);
|
||||
|
||||
framework.onContentUpdate(function (newContent) {
|
||||
|
|
Loading…
Reference in New Issue