Use the font-size codemirror setting in the slide app too

This commit is contained in:
yflory
2018-11-05 17:30:07 +01:00
parent c4c1fcb080
commit 997692efb4
3 changed files with 30 additions and 29 deletions

View File

@@ -457,6 +457,7 @@ define([
mkMarkdownToolbar(framework, editor);
mkHelpMenu(framework);
CodeMirror.mkIndentSettings(framework._.cpNfInner.metadataMgr);
CodeMirror.configureTheme(common);
framework.onContentUpdate(function (newContent) {