Fix compose form not being shown when clicking “Make your first post” on mobile (#25581)
This commit is contained in:
		
							parent
							
								
									7b024baf50
								
							
						
					
					
						commit
						ed96e28c9e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -129,13 +129,13 @@ export function resetCompose() { | ||||||
|   }; |   }; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| export const focusCompose = (routerHistory, defaultText) => dispatch => { | export const focusCompose = (routerHistory, defaultText) => (dispatch, getState) => { | ||||||
|   dispatch({ |   dispatch({ | ||||||
|     type: COMPOSE_FOCUS, |     type: COMPOSE_FOCUS, | ||||||
|     defaultText, |     defaultText, | ||||||
|   }); |   }); | ||||||
| 
 | 
 | ||||||
|   ensureComposeIsVisible(routerHistory); |   ensureComposeIsVisible(getState, routerHistory); | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
| export function mentionCompose(account, routerHistory) { | export function mentionCompose(account, routerHistory) { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue