mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Changing into the Story view selects a story if non-selected.
This commit is contained in:
parent
2c34815bea
commit
13df9aa8eb
1 changed files with 3 additions and 0 deletions
|
@ -3123,6 +3123,9 @@
|
|||
'queue': false
|
||||
});
|
||||
this.load_story_iframe();
|
||||
if (!this.active_story) {
|
||||
this.show_next_story(1);
|
||||
}
|
||||
}
|
||||
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue