5a47f2ae4b
refs TryGhost/Ghost#8723 - #795 contained a regression where the body focus was lost during the new->edit transition because at that point `model.isNew` is false - returns `shouldFocusEditor` code that was removed in #768 (it was assumed the body should _always_ have focus in that PR) - instant-save if body is edited and the post is new - fixes issue where you could keep typing without any save when body had autofocus - don't show preview link for new posts - fixes issue where it links directly to the admin endpoint so it would force a refresh |
||
---|---|---|
.. | ||
edit.js | ||
index.js | ||
new.js |