Fix focus after pad creation screen

This commit is contained in:
yflory
2018-02-28 13:16:30 +01:00
parent f0bc1cfe99
commit d975bb9cc0
3 changed files with 21 additions and 5 deletions

View File

@@ -502,6 +502,8 @@ define([
});
framework.onReady(function (/*newPad*/) {
editor.focus();
CodeMirror.setMode('markdown', function () { });
Slide.onChange(function (o, n, l) {
var slideNumber = '';