This commit is contained in:
10G Meow 2023-05-18 13:54:03 +03:00
parent 8ca2d8ec07
commit 1282d6528c

View file

@ -1472,11 +1472,7 @@ export default {
},
onVoiceRecording(event) {
console.log('voice..')
console.log(event)
console.log(event.file)
this.currentSendShowSendButton = false;
//this.currentImageInputsPath = event.file;
this.currentImageInputsPath = Array.isArray(this.currentImageInputsPath) ? [...this.currentImageInputsPath, event.file] : [event.file];
var text = undefined;
if (this.currentInput && this.currentInput.length > 0) {