mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-20 21:59:29 +01:00
refac
This commit is contained in:
@@ -85,11 +85,11 @@
|
||||
<VoiceRecording
|
||||
bind:recording={voiceInput}
|
||||
className="p-1"
|
||||
on:cancel={() => {
|
||||
onCancel={() => {
|
||||
voiceInput = false;
|
||||
}}
|
||||
on:confirm={(e) => {
|
||||
const { text, filename } = e.detail;
|
||||
onConfirm={(data) => {
|
||||
const { text, filename } = data;
|
||||
content = `${content}${text} `;
|
||||
|
||||
voiceInput = false;
|
||||
|
||||
Reference in New Issue
Block a user