mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 15:34:13 +00:00 
			
		
		
		
	upd: add back focus
This commit is contained in:
		
							parent
							
								
									dff7b98ebc
								
							
						
					
					
						commit
						6b068d2311
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -783,6 +783,7 @@ function loadConversation() {
 | 
				
			||||||
		noteId: appearNote.value.replyId,
 | 
							noteId: appearNote.value.replyId,
 | 
				
			||||||
	}).then(res => {
 | 
						}).then(res => {
 | 
				
			||||||
		conversation.value = res.reverse();
 | 
							conversation.value = res.reverse();
 | 
				
			||||||
 | 
							focus();
 | 
				
			||||||
	});
 | 
						});
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue