mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 15:12:58 +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 |
||
---|---|---|
.. | ||
.github | ||
app | ||
config | ||
lib | ||
mirage | ||
public/assets | ||
tests | ||
.editorconfig | ||
.ember-cli | ||
.eslintrc.js | ||
.gitignore | ||
.travis.yml | ||
.watchmanconfig | ||
bower.json | ||
ember-cli-build.js | ||
Gruntfile.js | ||
LICENSE | ||
package.json | ||
README.md | ||
testem.js | ||
yarn.lock |
Ghost-Admin
This is the home of Ember.js based admin client that ships with Ghost. For now, refer to that repository for install and development instructions.
Have a bug or issue?
Bugs and issues (even if they only affect the admin client) should be opened on the core Ghost repository.
Copyright & License
Copyright (c) 2013-2017 Ghost Foundation - Released under the MIT license.