Improve performance of compose form

This commit is contained in:
Eugen Rochko 2017-02-22 15:43:07 +01:00
parent 5997bb47a8
commit 974d712fbe
10 changed files with 180 additions and 110 deletions

View file

@ -249,6 +249,7 @@ const resetTimeline = (state, timeline, id) => {
.set('isLoading', true)
.set('loaded', false)
.set('next', null)
.set('top', true)
.update('items', list => list.clear()));
} else {
state = state.setIn([timeline, 'isLoading'], true);