Fix redrafting a currently-editing post not leaving edit mode (#20023)
This commit is contained in:
		
							parent
							
								
									833d9c2f1c
								
							
						
					
					
						commit
						782b6835f7
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -452,6 +452,7 @@ export default function compose(state = initialState, action) {
 | 
				
			||||||
      map.set('idempotencyKey', uuid());
 | 
					      map.set('idempotencyKey', uuid());
 | 
				
			||||||
      map.set('sensitive', action.status.get('sensitive'));
 | 
					      map.set('sensitive', action.status.get('sensitive'));
 | 
				
			||||||
      map.set('language', action.status.get('language'));
 | 
					      map.set('language', action.status.get('language'));
 | 
				
			||||||
 | 
					      map.set('id', null);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      if (action.status.get('spoiler_text').length > 0) {
 | 
					      if (action.status.get('spoiler_text').length > 0) {
 | 
				
			||||||
        map.set('spoiler', true);
 | 
					        map.set('spoiler', true);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue