mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-27 21:03:29 +03:00
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 |
||
---|---|---|
.. | ||
body-event-listener.js | ||
current-user-settings.js | ||
dropdown-mixin.js | ||
editor-base-controller.js | ||
editor-base-route.js | ||
infinite-scroll.js | ||
pagination.js | ||
settings-menu-component.js | ||
shortcuts-route.js | ||
shortcuts.js | ||
slug-url.js | ||
style-body.js | ||
text-input.js | ||
unauthenticated-route-mixin.js | ||
validation-engine.js | ||
validation-state.js |