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
1 changed files with 1 additions and 0 deletions

View File

@ -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) {