cleanup
This commit is contained in:
parent
8ca2d8ec07
commit
1282d6528c
1 changed files with 0 additions and 4 deletions
|
|
@ -1472,11 +1472,7 @@ export default {
|
||||||
},
|
},
|
||||||
|
|
||||||
onVoiceRecording(event) {
|
onVoiceRecording(event) {
|
||||||
console.log('voice..')
|
|
||||||
console.log(event)
|
|
||||||
console.log(event.file)
|
|
||||||
this.currentSendShowSendButton = false;
|
this.currentSendShowSendButton = false;
|
||||||
//this.currentImageInputsPath = event.file;
|
|
||||||
this.currentImageInputsPath = Array.isArray(this.currentImageInputsPath) ? [...this.currentImageInputsPath, event.file] : [event.file];
|
this.currentImageInputsPath = Array.isArray(this.currentImageInputsPath) ? [...this.currentImageInputsPath, event.file] : [event.file];
|
||||||
var text = undefined;
|
var text = undefined;
|
||||||
if (this.currentInput && this.currentInput.length > 0) {
|
if (this.currentInput && this.currentInput.length > 0) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue