mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
parent
27a78c82e4
commit
88a226b82e
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@
|
|||
// Add the container view for the Publish Bar
|
||||
this.addSubview(new PublishBar({el: "#publish-bar", model: this.model})).render();
|
||||
|
||||
this.$('#entry-title').val(this.model.get('title'));
|
||||
this.$('#entry-title').val(this.model.get('title')).focus();
|
||||
this.$('#entry-markdown').html(this.model.get('markdown'));
|
||||
|
||||
this.initMarkdown();
|
||||
|
|
Loading…
Add table
Reference in a new issue