forked from open-webui/open-webui
		
	fix: tts playback
This commit is contained in:
		
							parent
							
								
									5eff0e5f61
								
							
						
					
					
						commit
						40d8605fea
					
				
					 4 changed files with 7 additions and 1 deletions
				
			
		|  | @ -450,6 +450,7 @@ | |||
| 									} | ||||
| 
 | ||||
| 									if ($settings.responseAutoPlayback) { | ||||
| 										await tick(); | ||||
| 										document.getElementById(`speak-button-${responseMessage.id}`)?.click(); | ||||
| 									} | ||||
| 								} | ||||
|  | @ -638,6 +639,7 @@ | |||
| 				} | ||||
| 
 | ||||
| 				if ($settings.responseAutoPlayback) { | ||||
| 					await tick(); | ||||
| 					document.getElementById(`speak-button-${responseMessage.id}`)?.click(); | ||||
| 				} | ||||
| 
 | ||||
|  |  | |||
|  | @ -464,6 +464,7 @@ | |||
| 									} | ||||
| 
 | ||||
| 									if ($settings.responseAutoPlayback) { | ||||
| 										await tick(); | ||||
| 										document.getElementById(`speak-button-${responseMessage.id}`)?.click(); | ||||
| 									} | ||||
| 								} | ||||
|  | @ -652,6 +653,7 @@ | |||
| 				} | ||||
| 
 | ||||
| 				if ($settings.responseAutoPlayback) { | ||||
| 					await tick(); | ||||
| 					document.getElementById(`speak-button-${responseMessage.id}`)?.click(); | ||||
| 				} | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy J. Baek
						Timothy J. Baek