0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Ensure keyboard navigation matches custom post sorting.

This commit is contained in:
Robert Jackson 2014-08-02 10:39:26 -04:00
parent 8662015560
commit 43c68f0bf9

View file

@ -38,7 +38,7 @@ var PostsRoute = Ember.Route.extend(SimpleAuth.AuthenticatedRouteMixin, Shortcut
stepThroughPosts: function (step) {
var currentPost = this.get('controller.currentPost'),
posts = this.get('controller.model'),
posts = this.get('controller.arrangedContent'),
length = posts.get('length'),
newPosition;