Fix issue in diffMarked creating text nodes for each character

This commit is contained in:
yflory
2017-10-31 18:19:30 +01:00
parent 5438970ab4
commit 3ebb5ca493
2 changed files with 2 additions and 1 deletions

View File

@@ -402,7 +402,6 @@ define([
});
framework.setContentGetter(function () {
console.log(framework._.title.title);
var content = CodeMirror.getContent();
Slide.update(content.content);
return content;