mirror of
https://github.com/open-webui/open-webui.git
synced 2025-08-08 18:31:54 +02:00
refac
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user