This commit is contained in:
Timothy J. Baek 2024-06-09 15:59:33 -07:00
parent d11c373cf1
commit c9137edf5a

View File

@ -297,9 +297,11 @@
const submitPrompt = async (userPrompt, _user = null) => {
// Reset chat input textarea
prompt = '';
document.getElementById('chat-textarea').value = '';
document.getElementById('chat-textarea').style.height = '';
prompt = '';
let _responses = [];
console.log('submitPrompt', $chatId);