Select next unread item when opening current item
Fixes #629: After using keyboard hotkey (j, k) to navigate to a story on the unread list and opening the story with "v", the next unread item is now selected so that the current position won't be lost and the user doesn't have to start from the top of the list again.
This commit is contained in:
parent
f1883273b6
commit
9dcd43a994
2
assets/js/app.min.js
vendored
2
assets/js/app.min.js
vendored
File diff suppressed because one or more lines are too long
@ -182,6 +182,7 @@ Miniflux.Event = (function() {
|
||||
case 118:
|
||||
if (currentItem) {
|
||||
Miniflux.Item.OpenOriginal(currentItem);
|
||||
Miniflux.Nav.SelectNextItem();
|
||||
}
|
||||
break;
|
||||
case 'o':
|
||||
|
Loading…
Reference in New Issue
Block a user