Improve performance of compose form
This commit is contained in:
		
							parent
							
								
									5997bb47a8
								
							
						
					
					
						commit
						974d712fbe
					
				
					 10 changed files with 180 additions and 110 deletions
				
			
		|  | @ -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); | ||||
|  |  | |||
		Reference in a new issue