mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
Ensure keyboard navigation matches custom post sorting.
This commit is contained in:
parent
d35598457b
commit
ae56c8a8e2
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ var PostsRoute = Ember.Route.extend(SimpleAuth.AuthenticatedRouteMixin, Shortcut
|
||||||
|
|
||||||
stepThroughPosts: function (step) {
|
stepThroughPosts: function (step) {
|
||||||
var currentPost = this.get('controller.currentPost'),
|
var currentPost = this.get('controller.currentPost'),
|
||||||
posts = this.get('controller.model'),
|
posts = this.get('controller.arrangedContent'),
|
||||||
length = posts.get('length'),
|
length = posts.get('length'),
|
||||||
newPosition;
|
newPosition;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue