Allow user to change theme in slide

This commit is contained in:
ClemDee
2019-06-06 10:45:02 +02:00
parent dc7f397072
commit 6302d9a730

View File

@@ -458,6 +458,7 @@ define([
mkHelpMenu(framework); mkHelpMenu(framework);
CodeMirror.mkIndentSettings(framework._.cpNfInner.metadataMgr); CodeMirror.mkIndentSettings(framework._.cpNfInner.metadataMgr);
CodeMirror.init(framework.localChange, framework._.title, framework._.toolbar);
CodeMirror.configureTheme(common); CodeMirror.configureTheme(common);
framework.onContentUpdate(function (newContent) { framework.onContentUpdate(function (newContent) {