mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Fixing slow down on story titles when selecting many stories quickly.
This commit is contained in:
parent
5e12a22974
commit
ecc1f2f4dd
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ NEWSBLUR.Views.StoryTitlesView = Backbone.View.extend({
|
|||
position = scroll+container;
|
||||
}
|
||||
|
||||
NEWSBLUR.reader.$s.$story_titles.scrollTo(position, {
|
||||
NEWSBLUR.reader.$s.$story_titles.stop().scrollTo(position, {
|
||||
duration: NEWSBLUR.assets.preference('animations') ? 260 : 0,
|
||||
queue: false
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue