Update comments
This commit is contained in:
		
							parent
							
								
									8951a8bf07
								
							
						
					
					
						commit
						45a8875895
					
				| 
						 | 
					@ -502,7 +502,6 @@
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  const ttsStop = () => {
 | 
					  const ttsStop = () => {
 | 
				
			||||||
    // Use TTS to read the response, if query was recorded
 | 
					 | 
				
			||||||
    if ('SpeechSynthesisUtterance' in window) {
 | 
					    if ('SpeechSynthesisUtterance' in window) {
 | 
				
			||||||
      window.speechSynthesis.cancel()
 | 
					      window.speechSynthesis.cancel()
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue