Keep loading prompt after summary
This commit is contained in:
		
							parent
							
								
									57bb9d0922
								
							
						
					
					
						commit
						d4e12b49fb
					
				| 
						 | 
				
			
			@ -124,8 +124,6 @@ export const chatRequest = async (
 | 
			
		|||
            }
 | 
			
		||||
          }
 | 
			
		||||
        }
 | 
			
		||||
        chatRequest.updating = false
 | 
			
		||||
        chatRequest.updatingMessage = ''
 | 
			
		||||
        ws.close()
 | 
			
		||||
      })
 | 
			
		||||
      ws.onopen = () => {
 | 
			
		||||
| 
						 | 
				
			
			@ -205,8 +203,6 @@ export const chatRequest = async (
 | 
			
		|||
          }
 | 
			
		||||
        }
 | 
			
		||||
        ws.onclose = () => {
 | 
			
		||||
          chatRequest.updating = false
 | 
			
		||||
          chatRequest.updatingMessage = ''
 | 
			
		||||
          chatResponse.updateFromClose()
 | 
			
		||||
        }
 | 
			
		||||
        ws.onerror = err => {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue