Fix focus after pad creation screen
This commit is contained in:
@@ -502,6 +502,8 @@ define([
|
||||
});
|
||||
|
||||
framework.onReady(function (/*newPad*/) {
|
||||
editor.focus();
|
||||
|
||||
CodeMirror.setMode('markdown', function () { });
|
||||
Slide.onChange(function (o, n, l) {
|
||||
var slideNumber = '';
|
||||
|
||||
Reference in New Issue
Block a user